diff -r bf3ea1f1520b -r 59614eaf5fbb ornamentedobj.h --- a/ornamentedobj.h Tue Apr 28 20:53:44 2009 +0000 +++ b/ornamentedobj.h Wed Apr 29 18:46:31 2009 +0000 @@ -72,7 +72,7 @@ virtual void updateSystemFlags(); virtual void updateFlagsToolbar(); - //virtual void getNoteFromTextEditor ();// FIXME should move to vymview?! + //virtual void getNoteFromTextEditor ();// FIXME-3 should move to vymview?! virtual QString getOrnXMLAttr(); // get attributes for saveToDir protected: @@ -82,7 +82,7 @@ FrameObj *frame; // frame around object QRectF ornamentsBBox; // bbox of flags and heading QString url; // url to external doc - QString vymLink; // path to another map // FIXME-1 remove this + QString vymLink; // path to another map // FIXME-3 remove this QList attributes; // List with attributes };