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:
@@ -29,10 +29,11 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "macroexpander.h"
|
||||
#include "qtcassert.h"
|
||||
#include "qtcprocess.h"
|
||||
|
||||
#include "algorithm.h"
|
||||
#include "qtcassert.h"
|
||||
#include "qtcprocess.h"
|
||||
#include "stringutils.h"
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QDebug>
|
||||
@@ -417,11 +418,6 @@ MacroExpanders MacroExpander::subExpanders() const
|
||||
return expanders;
|
||||
}
|
||||
|
||||
AbstractMacroExpander *MacroExpander::abstractExpander() const
|
||||
{
|
||||
return d;
|
||||
}
|
||||
|
||||
QString MacroExpander::displayName() const
|
||||
{
|
||||
return d->m_displayName;
|
||||
|
@@ -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);
|
||||
|
@@ -126,6 +126,7 @@
|
||||
#include <utils/macroexpander.h>
|
||||
#include <utils/parameteraction.h>
|
||||
#include <utils/qtcassert.h>
|
||||
#include <utils/stringutils.h>
|
||||
|
||||
#include <QtPlugin>
|
||||
#include <QDebug>
|
||||
|
Reference in New Issue
Block a user