From ffd97ce51852874b185dd0616234e5fc45c4903b Mon Sep 17 00:00:00 2001 From: Daniel Teske Date: Thu, 3 May 2012 16:59:32 +0200 Subject: [PATCH] Remove connections to removed functions Change-Id: I9b67ceb19ebcbcdd918a621dc64fbf814339ff06 Reviewed-by: Daniel Teske --- src/plugins/projectexplorer/projectwindow.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/projectexplorer/projectwindow.cpp b/src/plugins/projectexplorer/projectwindow.cpp index 2a0f50928d2..3c5c4ab167d 100644 --- a/src/plugins/projectexplorer/projectwindow.cpp +++ b/src/plugins/projectexplorer/projectwindow.cpp @@ -241,9 +241,6 @@ ProjectWindow::ProjectWindow(QWidget *parent) connect(m_tabWidget, SIGNAL(currentIndexChanged(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*)), this, SLOT(registerProject(ProjectExplorer::Project*))); connect(session, SIGNAL(aboutToRemoveProject(ProjectExplorer::Project*)),