forked from qt-creator/qt-creator
Core: Clean up some ICore::instance() uses
Change-Id: I888b30094ed75818ee3af58c94ebf8468afa5eb9 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -908,7 +908,7 @@ void AndroidPackageCreationStep::certificatePassword()
|
||||
|
||||
void AndroidPackageCreationStep::showInGraphicalShell()
|
||||
{
|
||||
Core::FileUtils::showInGraphicalShell(Core::ICore::instance()->mainWindow(), m_apkPathSigned.toString());
|
||||
Core::FileUtils::showInGraphicalShell(Core::ICore::mainWindow(), m_apkPathSigned.toString());
|
||||
}
|
||||
|
||||
void AndroidPackageCreationStep::raiseError(const QString &shortMsg,
|
||||
|
||||
Reference in New Issue
Block a user