forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user