Make expanders work with subexpanders

Change-Id: I30bad85ce2fbaf1f02043b3d97f657461f5a1995
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
hjk
2014-10-20 23:13:13 +02:00
parent 58be8e6476
commit c6ef3addcc
19 changed files with 247 additions and 130 deletions

View File

@@ -63,7 +63,7 @@ public:
static bool isValidDebugger(const ProjectExplorer::Kit *k);
ProjectExplorer::KitConfigWidget *createConfigWidget(ProjectExplorer::Kit *k) const;
bool resolveMacro(const ProjectExplorer::Kit *kit, const QString &name, QString *ret) const;
void addToMacroExpander(ProjectExplorer::Kit *kit, Utils::MacroExpander *expander) const;
ItemList toUserOutput(const ProjectExplorer::Kit *k) const;