summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2018-03-09 13:30:13 +0100
committerTobias Hunger <tobias.hunger@qt.io>2018-03-09 12:57:59 +0000
commit835d4e92f3fafc1ec2de1ee1aa5e8982b1a2b99f (patch)
tree72013714f1c8f22b4bca31806618ba9dd024b881 /src/plugins/qmlprofiler
parent964476983e9ddce64aad635ec515a00f7ce15e1a (diff)
downloadqt-creator-835d4e92f3fafc1ec2de1ee1aa5e8982b1a2b99f.tar.gz
Project: Improve default implementation of Project::needsConfiguration
Change-Id: Ic4d227334d818658f179c0589462551509274c17 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/qmlprofiler')
-rw-r--r--src/plugins/qmlprofiler/tests/qmlprofilerdetailsrewriter_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/tests/qmlprofilerdetailsrewriter_test.cpp b/src/plugins/qmlprofiler/tests/qmlprofilerdetailsrewriter_test.cpp
index 41966381cf..3277babc49 100644
--- a/src/plugins/qmlprofiler/tests/qmlprofilerdetailsrewriter_test.cpp
+++ b/src/plugins/qmlprofiler/tests/qmlprofilerdetailsrewriter_test.cpp
@@ -64,6 +64,8 @@ public:
root->addNode(fileNode);
setRootProjectNode(root);
}
+
+ bool needsConfiguration() const final { return false; }
};
QmlProfilerDetailsRewriterTest::QmlProfilerDetailsRewriterTest(QObject *parent) : QObject(parent)