summaryrefslogtreecommitdiff
path: root/src/designer/src/components/taskmenu/tablewidgeteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/components/taskmenu/tablewidgeteditor.h')
-rw-r--r--src/designer/src/components/taskmenu/tablewidgeteditor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/designer/src/components/taskmenu/tablewidgeteditor.h b/src/designer/src/components/taskmenu/tablewidgeteditor.h
index cfc27d78f..55ce37a62 100644
--- a/src/designer/src/components/taskmenu/tablewidgeteditor.h
+++ b/src/designer/src/components/taskmenu/tablewidgeteditor.h
@@ -85,8 +85,8 @@ private slots:
void cacheReloaded();
protected:
- virtual void setItemData(int role, const QVariant &v);
- virtual QVariant getItemData(int role) const;
+ void setItemData(int role, const QVariant &v) Q_DECL_OVERRIDE;
+ QVariant getItemData(int role) const Q_DECL_OVERRIDE;
private:
void setPropertyBrowserVisible(bool v);