summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/tests/flamegraphmodel_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmlprofiler/tests/flamegraphmodel_test.cpp')
-rw-r--r--src/plugins/qmlprofiler/tests/flamegraphmodel_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/tests/flamegraphmodel_test.cpp b/src/plugins/qmlprofiler/tests/flamegraphmodel_test.cpp
index 129388cfbe..6afe091b93 100644
--- a/src/plugins/qmlprofiler/tests/flamegraphmodel_test.cpp
+++ b/src/plugins/qmlprofiler/tests/flamegraphmodel_test.cpp
@@ -33,7 +33,7 @@ namespace QmlProfiler {
namespace Internal {
FlameGraphModelTest::FlameGraphModelTest(QObject *parent) :
- QObject(parent), manager(&finder), model(&manager)
+ QObject(parent), model(&manager)
{
}