diff -r 832e96c9abb6 -r 6a6018ba4cc7 vymmodel.h --- a/vymmodel.h Mon Mar 08 12:24:26 2010 +0000 +++ b/vymmodel.h Tue Mar 09 09:37:57 2010 +0000 @@ -264,6 +264,8 @@ QString getHeading (); //!< Get heading of item void setNote(const QString &s); //!< Set note text QString getNote(); //!< Get note text + void loadNote (const QString &fn); //!< Load note from file + void saveNote (const QString &fn); //!< Save note to file private: BranchItem* findCurrent; // next object in find process