Autotest: Avoid a deprecation warning

Change-Id: I547f57957098d2e7674928a1055708e49afc04b6
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2019-07-05 11:53:01 +02:00
parent 37000cde8f
commit ef102389a2

View File

@@ -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()