Changed some theme files to higher quality versions. Fixed problem with detail screen...
[jspeed] / src / themescreen.h
index 33fc14a..5293d1d 100644 (file)
@@ -34,6 +34,7 @@ public:
     bool load(QDomNode const& data, Reader* reader);
     virtual void update();
     void removeElements();
+    virtual void setColor(QString const& color);
 
 private:
     QList<GraphicsElement*> elements_;