# HG changeset patch # User insilmaril # Date 1142430833 0 # Node ID 5dfbe972d9dfa0f149810a8f3095c825d60b8719 # Parent 3780fe1051a3843f7d804060202f7b61fbcfd116 hide export for floatimages. diff -r 3780fe1051a3 -r 5dfbe972d9df xml.h --- a/xml.h Wed Mar 15 13:53:53 2006 +0000 +++ b/xml.h Wed Mar 15 13:53:53 2006 +0000 @@ -29,7 +29,7 @@ void setInputFile (QString); void setLoadMode (const LoadMode &); bool readBranchAttr (const QXmlAttributes&); - bool readLinkAttr (const QXmlAttributes&); + bool readOOAttr (const QXmlAttributes&); bool readNoteAttr (const QXmlAttributes&); bool readFloatImageAttr (const QXmlAttributes&); bool readXLinkAttr (const QXmlAttributes&);