forked from qt-creator/qt-creator
Variable manager uses "update request" mechanism.
For now that removes the CURRENT_DOCUMENT variable and derivates.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user