summaryrefslogtreecommitdiff
path: root/src/designer/src/components/formeditor/itemview_propertysheet.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/formeditor/itemview_propertysheet.h
parentc2f48cd9e8eeafda8fb52c59840bccc3e9c60de5 (diff)
downloadqttools-fdf1613fd9d059b5cbfddbf0dd9a76a8d2e23b26.tar.gz
Replace Q_DECL_OVERRIDE with override
Change-Id: I1b8b338a6bc2f3c87af62c20ff1428096b309628 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/designer/src/components/formeditor/itemview_propertysheet.h')
-rw-r--r--src/designer/src/components/formeditor/itemview_propertysheet.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/designer/src/components/formeditor/itemview_propertysheet.h b/src/designer/src/components/formeditor/itemview_propertysheet.h
index a65fe68ab..64492341a 100644
--- a/src/designer/src/components/formeditor/itemview_propertysheet.h
+++ b/src/designer/src/components/formeditor/itemview_propertysheet.h
@@ -53,14 +53,14 @@ public:
QHash<QString,QString> propertyNameMap() const;
// QDesignerPropertySheet
- QVariant property(int index) const Q_DECL_OVERRIDE;
- void setProperty(int index, const QVariant &value) Q_DECL_OVERRIDE;
+ QVariant property(int index) const override;
+ void setProperty(int index, const QVariant &value) override;
- void setChanged(int index, bool changed) Q_DECL_OVERRIDE;
- bool isChanged(int index) const Q_DECL_OVERRIDE;
+ void setChanged(int index, bool changed) override;
+ bool isChanged(int index) const override;
- bool hasReset(int index) const Q_DECL_OVERRIDE;
- bool reset(int index) Q_DECL_OVERRIDE;
+ bool hasReset(int index) const override;
+ bool reset(int index) override;
private:
void initHeaderProperties(QHeaderView *hv, const QString &prefix);