diff -r 25a77484ec72 -r 25e634a7e1dc xml-vym.h --- a/xml-vym.h Tue Apr 07 16:15:53 2009 +0000 +++ b/xml-vym.h Mon Jun 08 11:36:56 2009 +0000 @@ -20,7 +20,7 @@ bool readFrameAttr (const QXmlAttributes&); bool readOOAttr (const QXmlAttributes&); bool readNoteAttr (const QXmlAttributes&); - bool readFloatImageAttr (const QXmlAttributes&); + bool readImageAttr (const QXmlAttributes&); bool readXLinkAttr (const QXmlAttributes&); bool readHtmlAttr (const QXmlAttributes&); bool readSettingAttr (const QXmlAttributes&); @@ -40,7 +40,7 @@ StateFrame, StateStandardFlag, StateNote, - StateFloatImage, + StateImage, StateHeading }; @@ -53,6 +53,7 @@ QString htmldata; NoteObj no; - BranchItem* lastBranchItem; + BranchItem* lastBranch; + ImageItem* lastImage; }; #endif