diff -r b5537d245165 -r 25a950c2eb98 vymmodel.h --- a/vymmodel.h Tue Mar 09 08:28:49 2010 +0000 +++ b/vymmodel.h Tue Mar 09 08:29:09 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