From ef102389a216d668b73e36f58342fd13217279c9 Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 5 Jul 2019 11:53:01 +0200 Subject: [PATCH] Autotest: Avoid a deprecation warning Change-Id: I547f57957098d2e7674928a1055708e49afc04b6 Reviewed-by: Christian Stenger --- src/plugins/autotest/testcodeparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/autotest/testcodeparser.cpp b/src/plugins/autotest/testcodeparser.cpp index 9b8942b76b8..755d0e57dea 100644 --- a/src/plugins/autotest/testcodeparser.cpp +++ b/src/plugins/autotest/testcodeparser.cpp @@ -491,7 +491,7 @@ void TestCodeParser::onPartialParsingFinished() void TestCodeParser::parsePostponedFiles() { m_reparseTimerTimedOut = true; - scanForTests(m_postponedFiles.toList()); + scanForTests(Utils::toList(m_postponedFiles)); } void TestCodeParser::releaseParserInternals()