Revert "Qbs: Add icons to Project-/Product- and GroupNodes"

This patch got applied in the wrong sequence.

This reverts commit c5a0205a591f6b5ebdd51559d91e1faf7d4955f0

Change-Id: I37e77ae3a15890c73ea2821f6fa07b1fa100176d
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2013-04-19 13:20:24 +02:00
parent 314bc49144
commit 20874ca295
2 changed files with 0 additions and 30 deletions

View File

@@ -34,8 +34,6 @@
#include <api/projectdata.h>
#include <QIcon>
namespace qbs { class Project; }
namespace QbsProjectManager {
@@ -124,8 +122,6 @@ private:
const qbs::GroupData *m_group;
QString m_productPath;
static QIcon m_groupIcon;
};
// --------------------------------------------------------------------
@@ -148,7 +144,6 @@ private:
QbsGroupNode *findGroupNode(const QString &name);
const qbs::ProductData *m_product;
static QIcon m_productIcon;
};
// ---------------------------------------------------------------------------
@@ -173,7 +168,6 @@ private:
const qbs::Project *m_project;
const qbs::ProjectData *m_projectData;
static QIcon m_projectIcon;
};
} // namespace Internal
} // namespace QbsProjectManager