From d3f79fcc68d667dfd000fc5d72a98cd53eb0fab7 Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 13 Mar 2020 13:54:33 +0100 Subject: AutoTest: Use ITestFramework * instead of its id in some cases Change-Id: Ic327e31185247b6479c78af8bf8156f44bb4bdfb Reviewed-by: Christian Stenger --- src/plugins/autotest/quick/quicktestframework.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/autotest/quick/quicktestframework.cpp') diff --git a/src/plugins/autotest/quick/quicktestframework.cpp b/src/plugins/autotest/quick/quicktestframework.cpp index 81642ae6fd..69dd5eb7c7 100644 --- a/src/plugins/autotest/quick/quicktestframework.cpp +++ b/src/plugins/autotest/quick/quicktestframework.cpp @@ -30,9 +30,9 @@ namespace Autotest { namespace Internal { -ITestParser *QuickTestFramework::createTestParser() const +ITestParser *QuickTestFramework::createTestParser() { - return new QuickTestParser; + return new QuickTestParser(this); } TestTreeItem *QuickTestFramework::createRootNode() const -- cgit v1.2.1