Copyright file added.
[jspeed] / src / themescreen.h
index 320cca1..5293d1d 100644 (file)
@@ -33,6 +33,8 @@ public:
     ThemeScreen(QWidget* parent = 0);
     bool load(QDomNode const& data, Reader* reader);
     virtual void update();
+    void removeElements();
+    virtual void setColor(QString const& color);
 
 private:
     QList<GraphicsElement*> elements_;