forked from qt-creator/qt-creator
MacroExpander: Allow registering local expansions
This allows a MacroExpander also to describe an expansion it can do which was restricted to the global VariableManager only. The global is now just a thin (unneeded) wrapper about new "standard" functionality. Change-Id: Ida7ca70cf3d319eae4220ea8d12f3dd1c0d4042c Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -65,7 +65,6 @@ class ProgressManager;
|
||||
class NavigationWidget;
|
||||
class RightPaneWidget;
|
||||
class SettingsDatabase;
|
||||
class VariableManager;
|
||||
class VcsManager;
|
||||
|
||||
namespace Internal {
|
||||
@@ -174,7 +173,6 @@ private:
|
||||
ExternalToolManager *m_externalToolManager;
|
||||
MessageManager *m_messageManager;
|
||||
ProgressManagerPrivate *m_progressManager;
|
||||
VariableManager *m_variableManager;
|
||||
JsExpander *m_jsExpander;
|
||||
VcsManager *m_vcsManager;
|
||||
StatusBarManager *m_statusBarManager;
|
||||
|
||||
Reference in New Issue
Block a user