vymmodel.h
changeset 741 1b4d1ea6ea8c
parent 740 6dc0a20031f7
child 742 54d44ecd6097
     1.1 --- a/vymmodel.h	Wed Feb 04 16:33:16 2009 +0000
     1.2 +++ b/vymmodel.h	Fri Mar 06 15:02:58 2009 +0000
     1.3 @@ -235,7 +235,8 @@
     1.4  //	QString getHeading (bool &ok,QPoint &p); //!< Get heading, ok if selection is branch
     1.5  
     1.6  private:
     1.7 -	BranchObj* itFind;			// next object in find process
     1.8 +	TreeItem* findCurrent;		// next object in find process
     1.9 +	TreeItem* findPrevious;		// next object in find process
    1.10  	bool EOFind;				// true, if search failed
    1.11  public:
    1.12      BranchObj* findText(QString,bool);		// Find object