Debugger: Add an macro expander for debugger engine type

Change-Id: Ib16f3b410ea83f6a4687b03677c51fbec26165d7
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2014-10-10 13:16:56 +02:00
parent 0f29d404fd
commit 91f11d4b47
2 changed files with 18 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ public:
static bool isValidDebugger(const ProjectExplorer::Kit *k);
ProjectExplorer::KitConfigWidget *createConfigWidget(ProjectExplorer::Kit *k) const;
Utils::AbstractMacroExpander *createMacroExpander(const ProjectExplorer::Kit *k) const;
ItemList toUserOutput(const ProjectExplorer::Kit *k) const;