forked from qt-creator/qt-creator
QmlDesigner: Add override to qml2puppet
Change-Id: Ibdf07c4a35b40f3fc78300a1675270f8295bec42 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -47,9 +47,9 @@ public:
|
||||
ComponentNodeInstance(QQmlComponent *component);
|
||||
static Pointer create(QObject *objectToBeWrapped);
|
||||
|
||||
bool hasContent() const;
|
||||
bool hasContent() const Q_DECL_OVERRIDE;
|
||||
|
||||
void setNodeSource(const QString &source);
|
||||
void setNodeSource(const QString &source) Q_DECL_OVERRIDE;
|
||||
|
||||
private: //function
|
||||
QQmlComponent *component() const;
|
||||
|
||||
Reference in New Issue
Block a user