forked from qt-creator/qt-creator
Port to new connect api
Change-Id: I603fc2e3fda624c913e432d5059c86d96c3e2c3b Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -48,8 +48,8 @@ DiffEditorManager::DiffEditorManager(QObject *parent)
|
||||
m_instance = this;
|
||||
|
||||
Core::EditorManager *editorManager = Core::EditorManager::instance();
|
||||
connect(editorManager, SIGNAL(editorsClosed(QList<Core::IEditor*>)),
|
||||
this, SLOT(slotEditorsClosed(QList<Core::IEditor*>)));
|
||||
connect(editorManager, &Core::EditorManager::editorsClosed,
|
||||
this, &DiffEditorManager::slotEditorsClosed);
|
||||
}
|
||||
|
||||
DiffEditorManager::~DiffEditorManager()
|
||||
|
||||
Reference in New Issue
Block a user