summaryrefslogtreecommitdiff
path: root/utils/themeeditor/graphics/rbalbumart.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-08-05 22:31:46 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-08-05 22:31:46 +0000
commit10b9e3b024c3a1f3796b6c3f764a5dc3d19b84cb (patch)
tree8a7564f61395200b46575fb084edf647f7c84a15 /utils/themeeditor/graphics/rbalbumart.h
parent4b49ef2adea6f478c157f398777a7708a45932df (diff)
downloadrockbox-10b9e3b024c3a1f3796b6c3f764a5dc3d19b84cb.tar.gz
rockbox-10b9e3b024c3a1f3796b6c3f764a5dc3d19b84cb.zip
Theme Editor: Implemented resizing in RBMovable subclasses. Implementation is still somewhat crash-prone, but mostly works at this point
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27729 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/graphics/rbalbumart.h')
-rw-r--r--utils/themeeditor/graphics/rbalbumart.h2
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
50private: 49private:
51 QRectF size;
52 int artWidth; 50 int artWidth;
53 int artHeight; 51 int artHeight;
54 char hAlign; 52 char hAlign;