Remove some useless lines

Change-Id: Ib64fa3f0ba1b020077440d14390872bedfae76e2
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Tobias Hunger
2012-06-20 15:35:41 +02:00
parent 88d2efcbeb
commit 420fd035ab
2 changed files with 0 additions and 5 deletions

View File

@@ -145,7 +145,5 @@ AndroidRunConfiguration::DebuggingType AndroidRunConfiguration::debuggingType()
return DebugCppAndQml;
}
} // namespace Internal
} // namespace Android

View File

@@ -264,9 +264,6 @@ ProjectWindow::~ProjectWindow()
void ProjectWindow::extensionsInitialized()
{
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()