forked from qt-creator/qt-creator
More Utils::toSet/toList
... and unrelated cosmetic changes. Change-Id: I591b17fd5289831e701b683f8fb47816efd1fa67 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -197,7 +197,7 @@ void index(QFutureInterface<void> &indexingFuture,
|
||||
const int sourceCount = sources.size();
|
||||
QStringList files = sources + headers;
|
||||
|
||||
sourceProcessor->setTodo(files.toSet());
|
||||
sourceProcessor->setTodo(Utils::toSet(files));
|
||||
|
||||
const QString conf = CppModelManager::configurationFileName();
|
||||
bool processingHeaders = false;
|
||||
|
||||
Reference in New Issue
Block a user