Utils: Merge Abstract{Qtc,}MacroExpander classes

Change-Id: Id78fb47a9b8059684b8b4fc77d9aaaaf23b11bae
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
hjk
2014-06-24 16:17:58 +02:00
parent 5d7effd0f3
commit 8005de886b
6 changed files with 10 additions and 11 deletions

View File

@@ -55,7 +55,8 @@ static const char BUILDDIRECTORY_KEY[] = "ProjectExplorer.BuildConfiguration.Bui
namespace ProjectExplorer {
namespace Internal {
class BuildConfigMacroExpander : public Utils::AbstractQtcMacroExpander {
class BuildConfigMacroExpander : public Utils::AbstractMacroExpander
{
public:
explicit BuildConfigMacroExpander(const BuildConfiguration *bc) : m_bc(bc) {}
virtual bool resolveMacro(const QString &name, QString *ret);