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:
@@ -154,10 +154,10 @@ public:
|
||||
|
||||
QStringList projectFiles();
|
||||
|
||||
ProjectPart::HeaderPaths headerPaths();
|
||||
ProjectPartHeaderPaths headerPaths();
|
||||
|
||||
// Use this *only* for auto tests
|
||||
void setHeaderPaths(const ProjectPart::HeaderPaths &headerPaths);
|
||||
void setHeaderPaths(const ProjectPartHeaderPaths &headerPaths);
|
||||
|
||||
QByteArray definedMacros();
|
||||
|
||||
@@ -217,7 +217,7 @@ private:
|
||||
|
||||
void ensureUpdated();
|
||||
QStringList internalProjectFiles() const;
|
||||
ProjectPart::HeaderPaths internalHeaderPaths() const;
|
||||
ProjectPartHeaderPaths internalHeaderPaths() const;
|
||||
QByteArray internalDefinedMacros() const;
|
||||
|
||||
void dumpModelManagerConfiguration(const QString &logFileId);
|
||||
|
||||
Reference in New Issue
Block a user