libs/qmljs: s/Q_DECL_OVERRIDE/override/g

Change-Id: I86a5b56ee8587240a03551c0d23edcbd5230494b
Reviewed-by: Marco Benelli <marco.benelli@theqtcompany.com>
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-06-03 15:34:13 +02:00
parent e97f389441
commit 9da6ac9022
11 changed files with 266 additions and 266 deletions

View File

@@ -325,8 +325,8 @@ public:
void setIndentSize(int size);
protected:
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;
void onEnter(int newState, int *indentDepth, int *savedIndentDepth) const override;
void adjustIndent(const QList<QmlJS::Token> &tokens, int lexerState, int *indentDepth) const override;
private:
int m_indentSize;