aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilerplugin.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-05-30 11:59:32 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-06-01 09:23:18 +0000
commit652846c5c7d083974a2fd31fa813575cd132408d (patch)
treec9fda0d02ad5081650d8a06ce6b4d7ad1d5c8848 /src/plugins/qmlprofiler/qmlprofilerplugin.h
parent1fc9bcc025c6fcb14fab35330d85f145f89f0d8d (diff)
QmlProfiler: Add test for debug messages model
Change-Id: Ie6872646c09a89a417379a3e1f551526234ab26a Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerplugin.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerplugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerplugin.h b/src/plugins/qmlprofiler/qmlprofilerplugin.h
index ed3afcc89b6..ee64b0e2bb8 100644
--- a/src/plugins/qmlprofiler/qmlprofilerplugin.h
+++ b/src/plugins/qmlprofiler/qmlprofilerplugin.h
@@ -46,6 +46,8 @@ public:
static bool debugOutput;
static QmlProfilerSettings *globalSettings();
+
+ QList<QObject *> createTestObjects() const override;
};
} // namespace Internal