QmlProfiler: Add some missing override

Change-Id: I79930e6166617d1635d08dade47390ca5ee27268
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Ulf Hermann
2018-04-05 09:34:29 +02:00
parent 7f7fe1a9db
commit 181ad6671c
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ public:
typedef std::function<void()> Finalizer;
explicit QmlProfilerModelManager(QObject *parent = nullptr);
~QmlProfilerModelManager();
~QmlProfilerModelManager() override;
State state() const;