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:
@@ -48,9 +48,9 @@ public:
|
||||
ComponentNodeInstance(QQmlComponent *component);
|
||||
static Pointer create(QObject *objectToBeWrapped);
|
||||
|
||||
bool hasContent() const Q_DECL_OVERRIDE;
|
||||
bool hasContent() const override;
|
||||
|
||||
void setNodeSource(const QString &source) Q_DECL_OVERRIDE;
|
||||
void setNodeSource(const QString &source) override;
|
||||
|
||||
private: //function
|
||||
QQmlComponent *component() const;
|
||||
|
||||
Reference in New Issue
Block a user