forked from qt-creator/qt-creator
MacroExpander: Remove unused method and include
Change-Id: I6f0d9656efcea7bcaf6552ae20bd9cd0acbe46f6 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#ifndef UTILS_MACROEXPANDER_H
|
||||
#define UTILS_MACROEXPANDER_H
|
||||
|
||||
#include "stringutils.h"
|
||||
#include "utils_global.h"
|
||||
|
||||
#include <functional>
|
||||
|
||||
@@ -89,7 +89,6 @@ public:
|
||||
QString variableDescription(const QByteArray &variable) const;
|
||||
|
||||
MacroExpanders subExpanders() const;
|
||||
AbstractMacroExpander *abstractExpander() const;
|
||||
|
||||
QString displayName() const;
|
||||
void setDisplayName(const QString &displayName);
|
||||
|
||||
Reference in New Issue
Block a user