ornamentedobj.h
changeset 760 59614eaf5fbb
parent 753 25a77484ec72
child 766 7a71a914afdb
     1.1 --- a/ornamentedobj.h	Tue Apr 07 16:15:53 2009 +0000
     1.2 +++ b/ornamentedobj.h	Wed Apr 29 18:46:31 2009 +0000
     1.3 @@ -72,7 +72,7 @@
     1.4  	virtual void updateSystemFlags();
     1.5  	virtual void updateFlagsToolbar();
     1.6  
     1.7 -	//virtual void getNoteFromTextEditor ();// FIXME should move to vymview?!
     1.8 +	//virtual void getNoteFromTextEditor ();// FIXME-3 should move to vymview?!
     1.9  	virtual QString getOrnXMLAttr();		// get attributes for saveToDir
    1.10  
    1.11  protected:
    1.12 @@ -82,7 +82,7 @@
    1.13  	FrameObj *frame;				// frame around object
    1.14  	QRectF ornamentsBBox;			// bbox of flags and heading
    1.15  	QString url;					// url to external doc
    1.16 -	QString vymLink;				// path to another map  // FIXME-1 remove this
    1.17 +	QString vymLink;				// path to another map  // FIXME-3 remove this
    1.18  	QList <Attribute> attributes;	// List with attributes
    1.19  };
    1.20