summaryrefslogtreecommitdiff
path: root/utils/themeeditor/graphics/rbviewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/graphics/rbviewport.h')
-rw-r--r--utils/themeeditor/graphics/rbviewport.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/themeeditor/graphics/rbviewport.h b/utils/themeeditor/graphics/rbviewport.h
index ea47225f09..b9bafe47d1 100644
--- a/utils/themeeditor/graphics/rbviewport.h
+++ b/utils/themeeditor/graphics/rbviewport.h
@@ -24,13 +24,14 @@
24 24
25#include "skin_parser.h" 25#include "skin_parser.h"
26#include "rbfont.h" 26#include "rbfont.h"
27#include "rbmovable.h"
27 28
28class RBScreen; 29class RBScreen;
29class RBRenderInfo; 30class RBRenderInfo;
30 31
31#include <QGraphicsItem> 32#include <QGraphicsItem>
32 33
33class RBViewport : public QGraphicsItem 34class RBViewport : public RBMovable
34{ 35{
35public: 36public:
36 enum Alignment 37 enum Alignment
@@ -78,7 +79,7 @@ public:
78 skin_element* noId3); 79 skin_element* noId3);
79 80
80protected: 81protected:
81 QVariant itemChange(GraphicsItemChange change, const QVariant &value); 82 void saveGeometry();
82 83
83private: 84private:
84 85