summaryrefslogtreecommitdiff
path: root/src/plugins/autotest/quick/quicktestframework.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/quick/quicktestframework.cpp')
-rw-r--r--src/plugins/autotest/quick/quicktestframework.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/autotest/quick/quicktestframework.cpp b/src/plugins/autotest/quick/quicktestframework.cpp
index b68eebe87d..a8289ad48e 100644
--- a/src/plugins/autotest/quick/quicktestframework.cpp
+++ b/src/plugins/autotest/quick/quicktestframework.cpp
@@ -20,8 +20,7 @@ ITestParser *QuickTestFramework::createTestParser()
ITestTreeItem *QuickTestFramework::createRootNode()
{
- return new QuickTestTreeItem(this, displayName(),
- Utils::FilePath(), ITestTreeItem::Root);
+ return new QuickTestTreeItem(this, displayName(), {}, ITestTreeItem::Root);
}
const char *QuickTestFramework::name() const