texteditor.h
changeset 829 832e96c9abb6
parent 804 14f2b1b15242
child 842 bec082472471
     1.1 --- a/texteditor.h	Mon Mar 08 12:22:15 2010 +0000
     1.2 +++ b/texteditor.h	Mon Mar 08 12:24:26 2010 +0000
     1.3 @@ -28,7 +28,7 @@
     1.4  	NoteObj getNoteObj();
     1.5  	void setNote(const NoteObj &note);
     1.6  
     1.7 -	bool findText(const QString &, const QTextDocument::FindFlags &); // find Text 
     1.8 +	bool findText(const QString &, const QTextDocument::FindFlags &,QTextCursor &cursor); 
     1.9  
    1.10  protected:
    1.11  	void setupFileActions();