forked from qt-creator/qt-creator
Autotest: Avoid a deprecation warning
Change-Id: I547f57957098d2e7674928a1055708e49afc04b6 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user