Change contextChanged signal to also notify about additional contexts.

This commit is contained in:
con
2010-03-26 12:16:44 +01:00
parent 7daeffbd29
commit 4f4bbe9828
6 changed files with 7 additions and 7 deletions

View File

@@ -149,7 +149,7 @@ FileManager::FileManager(QMainWindow *mw)
this, SLOT(changedFile(QString)));
connect(d->m_mainWindow, SIGNAL(windowActivated()),
this, SLOT(mainWindowActivated()));
connect(core, SIGNAL(contextChanged(Core::IContext*)),
connect(core, SIGNAL(contextChanged(Core::IContext*,QList<int>)),
this, SLOT(syncWithEditor(Core::IContext*)));
const QSettings *s = core->settings();