forked from qt-creator/qt-creator
Fix compile
Change-Id: I4ea7d0f8c8809496c04f1bbe266eb722f999209e Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -299,6 +299,7 @@ public:
|
||||
|
||||
bool isEnabled() const { return true; }
|
||||
|
||||
bool showInSimpleTree() const;
|
||||
protected:
|
||||
void addProjectNodes(const QList<ProjectNode*> &projectNodes);
|
||||
void removeProjectNodes(const QList<ProjectNode*> &projectNodes);
|
||||
|
@@ -172,6 +172,7 @@ public:
|
||||
const qbs::Project qbsProject() const;
|
||||
const qbs::ProjectData qbsProjectData() const;
|
||||
|
||||
bool showInSimpleTree() const;
|
||||
private:
|
||||
void ctor();
|
||||
|
||||
|
Reference in New Issue
Block a user