diff -r f0fe7c36ec5c -r 43268373032d xml-vym.h --- a/xml-vym.h Fri Apr 09 14:24:04 2010 +0000 +++ b/xml-vym.h Wed Jun 09 13:14:08 2010 +0000 @@ -22,6 +22,7 @@ bool readNoteAttr (const QXmlAttributes&); bool readImageAttr (const QXmlAttributes&); bool readXLinkAttr (const QXmlAttributes&); + bool readLinkNewAttr (const QXmlAttributes&); bool readHtmlAttr (const QXmlAttributes&); bool readSettingAttr (const QXmlAttributes&); @@ -41,7 +42,8 @@ StateStandardFlag, StateNote, StateImage, - StateHeading + StateHeading, + StateLink, }; int branchesCounter;