Remove connections to removed functions

Change-Id: I9b67ceb19ebcbcdd918a621dc64fbf814339ff06
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Daniel Teske
2012-05-03 16:59:32 +02:00
parent d485bf749f
commit ffd97ce518

View File

@@ -241,9 +241,6 @@ ProjectWindow::ProjectWindow(QWidget *parent)
connect(m_tabWidget, SIGNAL(currentIndexChanged(int,int)), connect(m_tabWidget, SIGNAL(currentIndexChanged(int,int)),
this, SLOT(showProperties(int,int))); this, SLOT(showProperties(int,int)));
connect(session, SIGNAL(sessionLoaded(QString)), this, SLOT(restoreStatus()));
connect(session, SIGNAL(aboutToSaveSession()), this, SLOT(saveStatus()));
connect(session, SIGNAL(projectAdded(ProjectExplorer::Project*)), connect(session, SIGNAL(projectAdded(ProjectExplorer::Project*)),
this, SLOT(registerProject(ProjectExplorer::Project*))); this, SLOT(registerProject(ProjectExplorer::Project*)));
connect(session, SIGNAL(aboutToRemoveProject(ProjectExplorer::Project*)), connect(session, SIGNAL(aboutToRemoveProject(ProjectExplorer::Project*)),