summaryrefslogtreecommitdiffstats
path: root/src/designer/src/lib/shared/textpropertyeditor_p.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-04-10 10:20:09 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-05-13 18:08:27 +0000
commit5dbd90b220c946f439a5806006a2665c2860bf31 (patch)
treee8a932f4cd25528bd55a1d4b7968c9e86bf3769b /src/designer/src/lib/shared/textpropertyeditor_p.h
parent121c7721972064105d8f1c1ac7ca001b6bff4491 (diff)
Qt Designer: Introduce Q_DECL_OVERRIDE.
Replacement done by a script and verified with clang 3.5 to not cause new warnings. Change-Id: Ibaa1efe91cd65a6b54591a629b7335aebc0803bf 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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/designer/src/lib/shared/textpropertyeditor_p.h b/src/designer/src/lib/shared/textpropertyeditor_p.h
index ca09ca205..40e0a5416 100644
--- a/src/designer/src/lib/shared/textpropertyeditor_p.h
+++ b/src/designer/src/lib/shared/textpropertyeditor_p.h
@@ -92,8 +92,8 @@ namespace qdesigner_internal {
QString text() const;
- virtual QSize sizeHint () const;
- virtual QSize minimumSizeHint () const;
+ QSize sizeHint () const Q_DECL_OVERRIDE;
+ QSize minimumSizeHint () const Q_DECL_OVERRIDE;
void setAlignment(Qt::Alignment alignment);