forked from qt-creator/qt-creator
Utils: Move forward declaration of SmallString in an extra header
Change-Id: I6da1cc60d425f654a31570373eb3b4f660d5f975 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -43,7 +43,7 @@ protected:
|
||||
uint id(const Utils::SmallString &path);
|
||||
|
||||
protected:
|
||||
ClangBackEnd::StringCache<Utils::SmallString> filePathCache;
|
||||
ClangBackEnd::StringCache<Utils::PathString> filePathCache;
|
||||
ClangBackEnd::IncludeCollector collector{filePathCache};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user