Added new theme. Made detail screen also themable.
[jspeed] / src / pointer.h
index a5f063f..d7870a7 100644 (file)
@@ -24,6 +24,7 @@
 
 class QGraphicsPixmapItem;
 class QTimeLine;
+class QGraphicsItem;
 class GraphicsScene;
 class Reader;
 
@@ -38,6 +39,7 @@ public:
     virtual bool setAttribute(QString const& name, QString const& value);
     virtual void addToScene(GraphicsScene* scene);
     virtual void update();
+    virtual QGraphicsItem* getElement() const;
 
 private slots:
     void setFrame(int frame);