diff options
Diffstat (limited to 'utils/themeeditor/graphics/rbscreen.h')
-rw-r--r-- | utils/themeeditor/graphics/rbscreen.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/themeeditor/graphics/rbscreen.h b/utils/themeeditor/graphics/rbscreen.h index c9f6ae2dbc..c9ae2cf350 100644 --- a/utils/themeeditor/graphics/rbscreen.h +++ b/utils/themeeditor/graphics/rbscreen.h | |||
@@ -86,6 +86,8 @@ public: | |||
86 | } | 86 | } |
87 | } | 87 | } |
88 | 88 | ||
89 | void setDefault(RBViewport* view){ defaultView = view; } | ||
90 | void endSbsRender(); | ||
89 | void breakSBS(); | 91 | void breakSBS(); |
90 | 92 | ||
91 | protected: | 93 | protected: |
@@ -111,6 +113,9 @@ private: | |||
111 | 113 | ||
112 | RBAlbumArt* albumArt; | 114 | RBAlbumArt* albumArt; |
113 | RBViewport* customUI; | 115 | RBViewport* customUI; |
116 | RBViewport* defaultView; | ||
117 | |||
118 | QList<QGraphicsItem*> sbsChildren; | ||
114 | }; | 119 | }; |
115 | 120 | ||
116 | #endif // RBSCREEN_H | 121 | #endif // RBSCREEN_H |