diff options
Diffstat (limited to 'src/plugins/autotest/quick/quicktestframework.cpp')
-rw-r--r-- | src/plugins/autotest/quick/quicktestframework.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |