Fix compile

Change-Id: I4ea7d0f8c8809496c04f1bbe266eb722f999209e
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Daniel Teske
2014-03-18 14:41:24 +01:00
parent d72b4851b4
commit 93184f7959
2 changed files with 2 additions and 0 deletions

View File

@@ -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);

View File

@@ -172,6 +172,7 @@ public:
const qbs::Project qbsProject() const;
const qbs::ProjectData qbsProjectData() const;
bool showInSimpleTree() const;
private:
void ctor();