X-Git-Url: http://git.maemo.org/git/?p=jspeed;a=blobdiff_plain;f=src%2Frectangle.h;h=e879ade0184ea44c1039f110a80821538637b5fe;hp=1ccae407c9402a69feb461cea17091d1ce0bc7a7;hb=e37daa8a1873c9a9be25cf52c30044d53eeea6bc;hpb=758f7d4613278140d903394e147c4b95d8b11cd2 diff --git a/src/rectangle.h b/src/rectangle.h index 1ccae40..e879ade 100644 --- a/src/rectangle.h +++ b/src/rectangle.h @@ -31,7 +31,7 @@ class GraphicsScene; class Rectangle : public GraphicsElement { public: - enum Attribute {XPOS, YPOS, WIDTH, HEIGHT, COLOR, ATTRIBUTE_COUNT}; + enum Attribute {XPOS, YPOS, ZPOS, WIDTH, HEIGHT, COLOR, ATTRIBUTE_COUNT}; Rectangle(Reader* reader); virtual bool setAttribute(QString const& name, QString const& value); virtual void addToScene(GraphicsScene* scene);