diff options
Diffstat (limited to 'utils/themeeditor/graphics/rbviewport.h')
-rw-r--r-- | utils/themeeditor/graphics/rbviewport.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/themeeditor/graphics/rbviewport.h b/utils/themeeditor/graphics/rbviewport.h index 691133beeb..9bbceb4065 100644 --- a/utils/themeeditor/graphics/rbviewport.h +++ b/utils/themeeditor/graphics/rbviewport.h | |||
@@ -51,7 +51,6 @@ public: | |||
51 | virtual ~RBViewport(); | 51 | virtual ~RBViewport(); |
52 | 52 | ||
53 | QPainterPath shape() const; | 53 | QPainterPath shape() const; |
54 | QRectF boundingRect() const; | ||
55 | void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, | 54 | void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, |
56 | QWidget *widget); | 55 | QWidget *widget); |
57 | 56 | ||
@@ -91,7 +90,6 @@ private: | |||
91 | void alignCenter(); | 90 | void alignCenter(); |
92 | void alignRight(); | 91 | void alignRight(); |
93 | 92 | ||
94 | QRectF size; | ||
95 | RBFont* font; | 93 | RBFont* font; |
96 | QColor foreground; | 94 | QColor foreground; |
97 | QColor background; | 95 | QColor background; |