forked from qt-creator/qt-creator
Fixed a crash on exit when include files are still being scanned
Found by Roberto.
This commit is contained in:
@@ -163,7 +163,7 @@ private:
|
||||
QStringList internalFrameworkPaths() const;
|
||||
QByteArray internalDefinedMacros() const;
|
||||
|
||||
void setIncludesInPaths(const QMap<QString, QStringList> includesInPaths);
|
||||
void setIncludesInPaths(const QMap<QString, QStringList> &includesInPaths);
|
||||
|
||||
static void updateIncludesInPaths(QFutureInterface<void> &future,
|
||||
CppModelManager *manager,
|
||||
|
Reference in New Issue
Block a user