Variable manager uses "update request" mechanism.

For now that removes the CURRENT_DOCUMENT variable and derivates.
This commit is contained in:
con
2010-12-08 12:03:33 +01:00
parent 371478ffb9
commit 1d51764103
7 changed files with 76 additions and 104 deletions

View File

@@ -107,6 +107,7 @@ private slots:
void editorAboutToClose(Core::IEditor *editor);
void uiEditorContentsChanged();
void editorChanged(Core::IEditor*);
void updateVariable(const QString &variable);
private:
QList<Qt4Project *> m_projects;