Commit 151187006bb1fe5e344e77cc9a5bcd97918a3849
| |   |
| 728 | 728 | return macros; |
| 729 | 729 | } |
| 730 | 730 | |
| void CppModelManager::setIncludesInPaths(const QMap<QString, QStringList> includesInPaths) |
| void CppModelManager::setIncludesInPaths(const QMap<QString, QStringList> &includesInPaths) |
| 732 | 732 | { |
| 733 | 733 | QMutexLocker locker(&mutex); |
| 734 | 734 | QMapIterator<QString, QStringList> i(includesInPaths); |
| … | … | |
| 1178 | 1178 | future.waitForResume(); |
| 1179 | 1179 | |
| 1180 | 1180 | if (future.isCanceled()) |
| break; |
| return; |
| 1182 | 1182 | |
| 1183 | 1183 | const QString path = paths.takeFirst(); |
| 1184 | 1184 | |
| |   |
| 162 | 162 | QStringList internalFrameworkPaths() const; |
| 163 | 163 | QByteArray internalDefinedMacros() const; |
| 164 | 164 | |
| void setIncludesInPaths(const QMap<QString, QStringList> includesInPaths); |
| void setIncludesInPaths(const QMap<QString, QStringList> &includesInPaths); |
| 166 | 166 | |
| 167 | 167 | static void updateIncludesInPaths(QFutureInterface<void> &future, |
| 168 | 168 | CppModelManager *manager, |