diff -r 4a84d7e444d8 -r 988f1908a7c4 xml-vym.h --- a/xml-vym.h Thu Jan 21 11:56:57 2010 +0000 +++ b/xml-vym.h Fri Jul 23 16:43:49 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;