summaryrefslogtreecommitdiff
path: root/utils/themeeditor/graphics/rbprogressbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/graphics/rbprogressbar.h')
-rw-r--r--utils/themeeditor/graphics/rbprogressbar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/themeeditor/graphics/rbprogressbar.h b/utils/themeeditor/graphics/rbprogressbar.h
index 782d08e4f9..69686098ed 100644
--- a/utils/themeeditor/graphics/rbprogressbar.h
+++ b/utils/themeeditor/graphics/rbprogressbar.h
@@ -40,7 +40,6 @@ public:
40 ParseTreeNode* node, bool pv = 0); 40 ParseTreeNode* node, bool pv = 0);
41 virtual ~RBProgressBar(); 41 virtual ~RBProgressBar();
42 42
43 QRectF boundingRect() const;
44 void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, 43 void paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
45 QWidget *widget); 44 QWidget *widget);
46 45
@@ -50,7 +49,6 @@ protected:
50private: 49private:
51 QPixmap* bitmap; 50 QPixmap* bitmap;
52 QColor color; 51 QColor color;
53 QRectF size;
54 QRectF renderSize; 52 QRectF renderSize;
55 53
56 ParseTreeNode* node; 54 ParseTreeNode* node;