forked from qt-creator/qt-creator
Remove some useless lines
Change-Id: Ib64fa3f0ba1b020077440d14390872bedfae76e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -145,7 +145,5 @@ AndroidRunConfiguration::DebuggingType AndroidRunConfiguration::debuggingType()
|
|||||||
return DebugCppAndQml;
|
return DebugCppAndQml;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
} // namespace Internal
|
} // namespace Internal
|
||||||
} // namespace Android
|
} // namespace Android
|
||||||
|
@@ -264,9 +264,6 @@ ProjectWindow::~ProjectWindow()
|
|||||||
void ProjectWindow::extensionsInitialized()
|
void ProjectWindow::extensionsInitialized()
|
||||||
{
|
{
|
||||||
connect(ProfileManager::instance(), SIGNAL(profilesChanged()), this, SLOT(handleProfilesChanges()));
|
connect(ProfileManager::instance(), SIGNAL(profilesChanged()), this, SLOT(handleProfilesChanges()));
|
||||||
|
|
||||||
QList<IProjectPanelFactory *> list = ExtensionSystem::PluginManager::getObjects<IProjectPanelFactory>();
|
|
||||||
qSort(list.begin(), list.end(), &IPanelFactory::prioritySort);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ProjectWindow::aboutToShutdown()
|
void ProjectWindow::aboutToShutdown()
|
||||||
|
Reference in New Issue
Block a user