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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/graphics/rbscreen.h b/utils/themeeditor/graphics/rbscreen.h
index bc440717c9..51fa32cee3 100644
--- a/utils/themeeditor/graphics/rbscreen.h
+++ b/utils/themeeditor/graphics/rbscreen.h
@@ -59,6 +59,7 @@ public:
59 RBImage* getImage(QString name){ return images.value(name, 0); } 59 RBImage* getImage(QString name){ return images.value(name, 0); }
60 60
61 void setBackdrop(QString filename); 61 void setBackdrop(QString filename);
62 void makeCustomUI(QString id);
62 63
63 static QColor stringToColor(QString str, QColor fallback); 64 static QColor stringToColor(QString str, QColor fallback);
64 65