forked from qt-creator/qt-creator
QmlProfiler: Fix warnings
Change-Id: I028261a7ceb876e48e6947d518fb5dae0fdcd7d3 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -40,9 +40,9 @@ class QmlProfilerPlugin : public ExtensionSystem::IPlugin
|
|||||||
Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QtCreatorPlugin" FILE "QmlProfiler.json")
|
Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QtCreatorPlugin" FILE "QmlProfiler.json")
|
||||||
|
|
||||||
public:
|
public:
|
||||||
bool initialize(const QStringList &arguments, QString *errorString);
|
bool initialize(const QStringList &arguments, QString *errorString) override;
|
||||||
void extensionsInitialized();
|
void extensionsInitialized() override;
|
||||||
ShutdownFlag aboutToShutdown();
|
ShutdownFlag aboutToShutdown() override;
|
||||||
|
|
||||||
static QmlProfilerSettings *globalSettings();
|
static QmlProfilerSettings *globalSettings();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user