aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-07-05 11:53:01 +0200
committerhjk <hjk@qt.io>2019-07-05 12:32:22 +0000
commitef102389a216d668b73e36f58342fd13217279c9 (patch)
tree172636009327f6db640056f4e07a403281711e53 /src/plugins/autotest
parent37000cde8fd059eb7d71054a72a432e847f86b31 (diff)
Autotest: Avoid a deprecation warning
Change-Id: I547f57957098d2e7674928a1055708e49afc04b6 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/autotest')
-rw-r--r--src/plugins/autotest/testcodeparser.cpp2
1 files changed, 1 insertions, 1 deletions
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()