summaryrefslogtreecommitdiff
path: root/utils/themeeditor/graphics/rbscreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/graphics/rbscreen.h')
-rw-r--r--utils/themeeditor/graphics/rbscreen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/themeeditor/graphics/rbscreen.h b/utils/themeeditor/graphics/rbscreen.h
index 358a49e4a7..58788d463b 100644
--- a/utils/themeeditor/graphics/rbscreen.h
+++ b/utils/themeeditor/graphics/rbscreen.h
@@ -83,6 +83,8 @@ public:
83 } 83 }
84 } 84 }
85 85
86 void disableStatusBar(){ defaultStatusBar = false; }
87 void enableStatusBar(){ defaultStatusBar = true; }
86 88
87private: 89private:
88 int width; 90 int width;
@@ -102,6 +104,9 @@ private:
102 104
103 RBAlbumArt* albumArt; 105 RBAlbumArt* albumArt;
104 106
107 bool defaultStatusBar;
108 QPixmap statusBarTexture;
109
105}; 110};
106 111
107#endif // RBSCREEN_H 112#endif // RBSCREEN_H