diff options
Diffstat (limited to 'utils/themeeditor/graphics/rbalbumart.h')
-rw-r--r-- | utils/themeeditor/graphics/rbalbumart.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/themeeditor/graphics/rbalbumart.h b/utils/themeeditor/graphics/rbalbumart.h index 2c8090f9c3..d862f25659 100644 --- a/utils/themeeditor/graphics/rbalbumart.h +++ b/utils/themeeditor/graphics/rbalbumart.h | |||
@@ -35,7 +35,6 @@ public: | |||
35 | int artWidth, int artHeight, ParseTreeNode* node, | 35 | int artWidth, int artHeight, ParseTreeNode* node, |
36 | char hAlign = 'c', char vAlign = 'c'); | 36 | char hAlign = 'c', char vAlign = 'c'); |
37 | 37 | ||
38 | QRectF boundingRect() const; | ||
39 | void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, | 38 | void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, |
40 | QWidget *widget); | 39 | QWidget *widget); |
41 | 40 | ||
@@ -48,7 +47,6 @@ protected: | |||
48 | void saveGeometry(); | 47 | void saveGeometry(); |
49 | 48 | ||
50 | private: | 49 | private: |
51 | QRectF size; | ||
52 | int artWidth; | 50 | int artWidth; |
53 | int artHeight; | 51 | int artHeight; |
54 | char hAlign; | 52 | char hAlign; |