summaryrefslogtreecommitdiffstats
path: root/src/designer/src/components/taskmenu/itemlisteditor.h
diff options
context:
space:
mode:
authorKevin Funk <kevin.funk@kdab.com>2017-09-20 20:57:47 +0200
committerKevin Funk <kevin.funk@kdab.com>2017-09-22 07:33:13 +0000
commitfdf1613fd9d059b5cbfddbf0dd9a76a8d2e23b26 (patch)
treec25f693010cc064c768c55313785d4209d09c769 /src/designer/src/components/taskmenu/itemlisteditor.h
parentc2f48cd9e8eeafda8fb52c59840bccc3e9c60de5 (diff)
Replace Q_DECL_OVERRIDE with override
Change-Id: I1b8b338a6bc2f3c87af62c20ff1428096b309628 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/designer/src/components/taskmenu/itemlisteditor.h')
-rw-r--r--src/designer/src/components/taskmenu/itemlisteditor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/designer/src/components/taskmenu/itemlisteditor.h b/src/designer/src/components/taskmenu/itemlisteditor.h
index eaaf3d780..1c773b3fe 100644
--- a/src/designer/src/components/taskmenu/itemlisteditor.h
+++ b/src/designer/src/components/taskmenu/itemlisteditor.h
@@ -136,8 +136,8 @@ private slots:
void cacheReloaded();
protected:
- void setItemData(int role, const QVariant &v) Q_DECL_OVERRIDE;
- QVariant getItemData(int role) const Q_DECL_OVERRIDE;
+ void setItemData(int role, const QVariant &v) override;
+ QVariant getItemData(int role) const override;
private:
void setPropertyBrowserVisible(bool v);