From 9bb38f94de301a73b7f014a0cfd82c4afb0603fc Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Thu, 9 Jul 2015 14:21:04 +0200 Subject: [PATCH] QmlDesigner.PropertyEditor: Adding override Change-Id: I3c48c199992c3661b0eff3a6df36aa281438d155 Reviewed-by: Tim Jenssen --- .../components/propertyeditor/propertyeditorview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.h b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.h index e0b12e2d82a..ab208a7d226 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.h +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.h @@ -59,8 +59,8 @@ public: PropertyEditorView(QWidget *parent = 0); ~PropertyEditorView(); - bool hasWidget() const; - WidgetInfo widgetInfo(); + bool hasWidget() const override; + WidgetInfo widgetInfo() override; void selectedNodesChanged(const QList &selectedNodeList, const QList &lastSelectedNodeList) override;