forked from qt-creator/qt-creator
CMakeProjectManager: Work around deprecation warning
Change-Id: I2e2281395ca030ba76334fba8a574c145bc1dbf5 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -177,7 +177,7 @@ bool FileApiReader::isParsing() const
|
||||
|
||||
QVector<FilePath> FileApiReader::takeProjectFilesToWatch()
|
||||
{
|
||||
return QVector<FilePath>::fromList(m_cmakeFiles.toList());
|
||||
return QVector<FilePath>::fromList(Utils::toList(m_cmakeFiles));
|
||||
}
|
||||
|
||||
QList<CMakeBuildTarget> FileApiReader::takeBuildTargets(QString &errorMessage){
|
||||
|
Reference in New Issue
Block a user