Nim: Work around deprecation warning

Amends 67349baded.

Change-Id: Id1e7c455932c8cbf6f89601502a8c3ef049d2d6f
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2019-08-30 11:24:48 +02:00
parent 0f8aa10df1
commit ee98d3a0a8

View File

@@ -169,7 +169,7 @@ void NimBuildSystem::updateProject()
newRoot->setDisplayName(project()->displayName());
project()->setRootProjectNode(std::move(newRoot));
m_directoryWatcher.addDirectories(directories.toList(), FileSystemWatcher::WatchAllChanges);
m_directoryWatcher.addDirectories(Utils::toList(directories), FileSystemWatcher::WatchAllChanges);
m_currentContext.guard.markAsSuccess();