aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilerstatewidget.h
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2018-11-24 12:14:44 +0100
committerAlessandro Portale <alessandro.portale@qt.io>2018-12-02 14:27:29 +0000
commitd1df55d128cd544c9b4035cad4b71aa521e93201 (patch)
tree6294d1402dfa8c70c65aed0d1ab08baa9d374451 /src/plugins/qmlprofiler/qmlprofilerstatewidget.h
parent383f0b9fcc6f2e6faad002d01560a81df0ca1813 (diff)
QmlProfiler: Modernize
modernize-* Change-Id: Ibdf9c0ae91bf8a622facc7f323112b550f532f15 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerstatewidget.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerstatewidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerstatewidget.h b/src/plugins/qmlprofiler/qmlprofilerstatewidget.h
index 83583947268..26d463895b8 100644
--- a/src/plugins/qmlprofiler/qmlprofilerstatewidget.h
+++ b/src/plugins/qmlprofiler/qmlprofilerstatewidget.h
@@ -40,7 +40,7 @@ public:
explicit QmlProfilerStateWidget(QmlProfilerStateManager *stateManager,
QmlProfilerModelManager *modelManager,
QWidget *parent = nullptr);
- ~QmlProfilerStateWidget();
+ ~QmlProfilerStateWidget() override;
private:
void showText(const QString &text);