forked from qt-creator/qt-creator
qmljs: using QTC_OVERRIDE consistently
Change-Id: I37c96397014b7b710aeec629c5e715bba4997766 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
|
||||
#include "qmljsscanner.h"
|
||||
|
||||
#include <utils/qtcoverride.h>
|
||||
#include <QStack>
|
||||
#include <QList>
|
||||
#include <QVector>
|
||||
@@ -323,8 +324,8 @@ public:
|
||||
void setIndentSize(int size);
|
||||
|
||||
protected:
|
||||
virtual void onEnter(int newState, int *indentDepth, int *savedIndentDepth) const;
|
||||
virtual void adjustIndent(const QList<QmlJS::Token> &tokens, int lexerState, int *indentDepth) const;
|
||||
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;
|
||||
|
||||
private:
|
||||
int m_indentSize;
|
||||
|
||||
Reference in New Issue
Block a user