forked from qt-creator/qt-creator
Nim: Work around deprecation warning
Amends 67349baded.
Change-Id: Id1e7c455932c8cbf6f89601502a8c3ef049d2d6f
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user