diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.h b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.h index 0455a0d7f7f..f44cd1da253 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.h +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.h @@ -93,7 +93,7 @@ public: bool locked() const; - void nodeCreated(const ModelNode &createdNode); + void nodeCreated(const ModelNode &createdNode) override; protected: void timerEvent(QTimerEvent *event) override;