forked from qt-creator/qt-creator
CppTools: Move ProjectPart in its own header file
Also extracting inline HeaderPath class and change projects list in vector because the size is larger than a pointer. Change-Id: I885fdff3fe9bccc877634d1615249755f5b674fd Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
|
||||
CPlusPlus::Document::Ptr document() const;
|
||||
CPlusPlus::Snapshot snapshot() const;
|
||||
ProjectPart::HeaderPaths headerPaths() const;
|
||||
ProjectPartHeaderPaths headerPaths() const;
|
||||
|
||||
void releaseResources();
|
||||
|
||||
@@ -72,7 +72,7 @@ private:
|
||||
struct ExtraState {
|
||||
QByteArray configFile;
|
||||
|
||||
ProjectPart::HeaderPaths headerPaths;
|
||||
ProjectPartHeaderPaths headerPaths;
|
||||
QString projectConfigFile;
|
||||
QStringList precompiledHeaders;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user