Unify icon metrics

Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Giuseppe Bilotta 2014-10-15 15:30:52 +02:00 committed by Dirk Hohndel
parent 72b256de62
commit 32ab2b34d3
9 changed files with 72 additions and 70 deletions

View file

@ -28,13 +28,6 @@ public:
EXPANDED
};
struct IconMetrics {
int small;
int medium;
int big;
int spacing;
};
explicit ToolTipItem(QGraphicsItem *parent = 0);
virtual ~ToolTipItem();
@ -68,8 +61,6 @@ private:
int lastTime;
QList<QGraphicsItem*> oldSelection;
static IconMetrics iconMetrics;
};
#endif // DIVETOOLTIPITEM_H