X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fimageelement.h;h=f52da6f3deda3db2324d783b2d28198ae1fd0075;hb=5728fa7e539c5d826c1708bdfffb5daf0b23bdfd;hp=593def58c9e31a388d020f2fbf025f11b8ce234d;hpb=e37daa8a1873c9a9be25cf52c30044d53eeea6bc;p=jspeed diff --git a/src/imageelement.h b/src/imageelement.h index 593def5..f52da6f 100644 --- a/src/imageelement.h +++ b/src/imageelement.h @@ -31,7 +31,7 @@ class GraphicsScene; class ImageElement : public GraphicsElement { public: - enum Attribute {XPOS, YPOS, ZPOS, SRC, WIDTH, HEIGHT, ATTRIBUTE_COUNT}; + enum Attribute {XPOS, YPOS, ZPOS, VISIBLEWHEN, SRC, WIDTH, HEIGHT, ATTRIBUTE_COUNT}; ImageElement(Reader* reader); virtual bool setAttribute(QString const& name, QString const& value); virtual void addToScene(GraphicsScene* scene);