forked from qt-creator/qt-creator
qml2puppet: s/Q_DECL_OVERRIDE/override/g
Change-Id: I4c582486572df9d94c53163321212b15dcc042cf Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
@@ -44,9 +44,9 @@ public:
|
||||
|
||||
static Pointer create(QObject *objectToBeWrapped);
|
||||
|
||||
bool isTransition() const Q_DECL_OVERRIDE;
|
||||
bool isTransition() const override;
|
||||
|
||||
PropertyNameList ignoredProperties() const Q_DECL_OVERRIDE;
|
||||
PropertyNameList ignoredProperties() const override;
|
||||
|
||||
private:
|
||||
QmlTransitionNodeInstance(QObject *transition);
|
||||
|
||||
Reference in New Issue
Block a user