Fixed a crash on exit when include files are still being scanned

Found by Roberto.
This commit is contained in:
Thorbjørn Lindeijer
2009-10-13 12:12:51 +02:00
parent 1653e287e7
commit b07c1be547
2 changed files with 3 additions and 3 deletions

View File

@@ -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,