summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljscodeformatter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/qmljs/qmljscodeformatter.h')
-rw-r--r--src/libs/qmljs/qmljscodeformatter.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libs/qmljs/qmljscodeformatter.h b/src/libs/qmljs/qmljscodeformatter.h
index 0652e5f0c2..5764ebe98c 100644
--- a/src/libs/qmljs/qmljscodeformatter.h
+++ b/src/libs/qmljs/qmljscodeformatter.h
@@ -34,7 +34,6 @@
#include "qmljsscanner.h"
-#include <utils/qtcoverride.h>
#include <QStack>
#include <QList>
#include <QVector>
@@ -324,8 +323,8 @@ public:
void setIndentSize(int size);
protected:
- void onEnter(int newState, int *indentDepth, int *savedIndentDepth) const QTC_OVERRIDE;
- void adjustIndent(const QList<QmlJS::Token> &tokens, int lexerState, int *indentDepth) const QTC_OVERRIDE;
+ void onEnter(int newState, int *indentDepth, int *savedIndentDepth) const Q_DECL_OVERRIDE;
+ void adjustIndent(const QList<QmlJS::Token> &tokens, int lexerState, int *indentDepth) const Q_DECL_OVERRIDE;
private:
int m_indentSize;