diff --git a/src/plugins/qmlprofiler/tests/qmlprofilerdetailsrewriter_test.cpp b/src/plugins/qmlprofiler/tests/qmlprofilerdetailsrewriter_test.cpp index b3d1cbb5113..50be99a19de 100644 --- a/src/plugins/qmlprofiler/tests/qmlprofilerdetailsrewriter_test.cpp +++ b/src/plugins/qmlprofiler/tests/qmlprofilerdetailsrewriter_test.cpp @@ -48,8 +48,8 @@ class DummyProject : public ProjectExplorer::Project { Q_OBJECT public: - DummyProject(const Utils::FilePath &file) : - ProjectExplorer::Project(QString(), file, {}) + DummyProject(const Utils::FilePath &file) + : ProjectExplorer::Project(QString(), file) { auto fileNode = std::make_unique(file, ProjectExplorer::FileType::Source);