qml2puppet: s/Q_DECL_OVERRIDE/override/g

Change-Id: I4c582486572df9d94c53163321212b15dcc042cf
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-06-03 15:34:34 +02:00
parent 8264b806af
commit ae477c3a4b
15 changed files with 107 additions and 107 deletions
@@ -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;