diff options
Diffstat (limited to 'utils/themeeditor/graphics/rbprogressbar.h')
-rw-r--r-- | utils/themeeditor/graphics/rbprogressbar.h | 2 |
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: ParseTreeNode* node, bool pv = 0); virtual ~RBProgressBar(); - QRectF boundingRect() const; void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget); @@ -50,7 +49,6 @@ protected: private: QPixmap* bitmap; QColor color; - QRectF size; QRectF renderSize; ParseTreeNode* node; |