summaryrefslogtreecommitdiff
path: root/src/designer/src/components/propertyeditor/paletteeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/components/propertyeditor/paletteeditor.h')
-rw-r--r--src/designer/src/components/propertyeditor/paletteeditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/components/propertyeditor/paletteeditor.h b/src/designer/src/components/propertyeditor/paletteeditor.h
index 7d6210361..ead06ee30 100644
--- a/src/designer/src/components/propertyeditor/paletteeditor.h
+++ b/src/designer/src/components/propertyeditor/paletteeditor.h
@@ -184,7 +184,7 @@ public:
virtual void paint(QPainter *painter, const QStyleOptionViewItem &opt,
const QModelIndex &index) const;
- virtual QSize sizeHint(const QStyleOptionViewItem &opt, const QModelIndex &index) const;
+ QSize sizeHint(const QStyleOptionViewItem &opt, const QModelIndex &index) const Q_DECL_OVERRIDE;
private:
QDesignerFormEditorInterface *m_core;
};