diff -r 2c42ad499ac3 -r 959bd133cd1a vymmodel.h --- a/vymmodel.h Thu Oct 01 11:48:58 2009 +0000 +++ b/vymmodel.h Thu Oct 01 13:23:20 2009 +0000 @@ -244,7 +244,14 @@ QString getDate(); int branchCount(); -public: + void setSortFilter (const QString &); + QString getSortFilter (); +protected: + QString sortFilter; +signals: + void sortFilterChanged (QString ); //!< Notify editors of new filter + +public: void setHeading(const QString &); //!< Set heading of item QString getHeading (); //!< Get heading of item