From d3f5e44ba4a452715ac58d8225f88b27ab081292 Mon Sep 17 00:00:00 2001 From: Marcus Tillmanns Date: Tue, 7 Nov 2023 15:15:42 +0100 Subject: [PATCH] Autotest: Remove unnecessary readSettings() call Change-Id: Ifa80b240d722c9852a57a08cb5ddc18568db5b47 Reviewed-by: Christian Stenger --- src/plugins/autotest/quick/quicktestframework.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/autotest/quick/quicktestframework.cpp b/src/plugins/autotest/quick/quicktestframework.cpp index 724e6690d01..875520a5e70 100644 --- a/src/plugins/autotest/quick/quicktestframework.cpp +++ b/src/plugins/autotest/quick/quicktestframework.cpp @@ -21,8 +21,6 @@ QuickTestFramework::QuickTestFramework() setId(QuickTest::Constants::FRAMEWORK_ID); setDisplayName(Tr::tr("Quick Test")); setPriority(5); - - readSettings(); } ITestParser *QuickTestFramework::createTestParser()