summaryrefslogtreecommitdiffstats
path: root/src/designer/src/lib/shared/textpropertyeditor_p.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-04-08 12:55:14 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-04-08 16:31:56 +0000
commitfaf29063691c279562fd2156a75adf70953a9c3d (patch)
treee07364ebd7fc98c60e189867ec621aa992515c94 /src/designer/src/lib/shared/textpropertyeditor_p.h
parentb83999bfe04d185cbe45a81658bd21bb1b22a532 (diff)
Qt Designer: Fix Clang warnings about missing/inconsistent overrides.
Add missing overrides and remove FormWindowBase::emitSelectionChanged() as it was hiding QDesignerFormWindowInterface::emitSelectionChanged(). Change-Id: I4d07e6d0012aed931b9cad88878f29d026f3b1e3 Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Diffstat (limited to 'src/designer/src/lib/shared/textpropertyeditor_p.h')
-rw-r--r--src/designer/src/lib/shared/textpropertyeditor_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/lib/shared/textpropertyeditor_p.h b/src/designer/src/lib/shared/textpropertyeditor_p.h
index 40e0a5416..3e05d0b9e 100644
--- a/src/designer/src/lib/shared/textpropertyeditor_p.h
+++ b/src/designer/src/lib/shared/textpropertyeditor_p.h
@@ -122,7 +122,7 @@ namespace qdesigner_internal {
void clear();
protected:
- void resizeEvent(QResizeEvent * event );
+ void resizeEvent(QResizeEvent * event ) Q_DECL_OVERRIDE;
private slots:
void slotTextChanged(const QString &text);