diff options
Diffstat (limited to 'src/plugins/cpptools/baseeditordocumentprocessor.cpp')
-rw-r--r-- | src/plugins/cpptools/baseeditordocumentprocessor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpptools/baseeditordocumentprocessor.cpp b/src/plugins/cpptools/baseeditordocumentprocessor.cpp index e8992da58e..f8353707fb 100644 --- a/src/plugins/cpptools/baseeditordocumentprocessor.cpp +++ b/src/plugins/cpptools/baseeditordocumentprocessor.cpp @@ -127,7 +127,7 @@ void BaseEditorDocumentProcessor::runParser(QFutureInterface<void> &future, parser->update(workingCopy); CppModelManagerInterface::instance() - ->finishedRefreshingSourceFiles(QStringList(parser->filePath())); + ->finishedRefreshingSourceFiles(QSet<QString>() << parser->filePath()); future.setProgressValue(1); } |