forked from qt-creator/qt-creator
QmlProfiler: Add some missing override
Change-Id: I79930e6166617d1635d08dade47390ca5ee27268 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -59,7 +59,7 @@ public:
|
||||
typedef std::function<void()> Finalizer;
|
||||
|
||||
explicit QmlProfilerModelManager(QObject *parent = nullptr);
|
||||
~QmlProfilerModelManager();
|
||||
~QmlProfilerModelManager() override;
|
||||
|
||||
State state() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user