forked from qt-creator/qt-creator
Session Manager: Remove double connect
This commit is contained in:
@@ -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*>)),
|
||||
|
||||
Reference in New Issue
Block a user