Session Manager: Remove double connect

This commit is contained in:
dt
2010-09-16 14:16:00 +02:00
parent 776e299568
commit af4ebe4996

View File

@@ -370,8 +370,6 @@ SessionManager::SessionManager(QObject *parent)
this, SLOT(updateWindowTitle()));
connect(em, SIGNAL(currentEditorChanged(Core::IEditor*)),
this, SLOT(handleCurrentEditorChange(Core::IEditor*)));
connect(em, SIGNAL(currentEditorChanged(Core::IEditor*)),
this, SLOT(handleCurrentEditorChange(Core::IEditor*)));
connect(em, SIGNAL(editorOpened(Core::IEditor*)),
this, SLOT(markSessionFileDirty()));
connect(em, SIGNAL(editorsClosed(QList<Core::IEditor*>)),