texteditor.h
changeset 842 bec082472471
parent 829 832e96c9abb6
     1.1 --- a/texteditor.h	Mon Mar 22 15:37:23 2010 +0000
     1.2 +++ b/texteditor.h	Tue Mar 30 17:30:39 2010 +0000
     1.3 @@ -28,7 +28,10 @@
     1.4  	NoteObj getNoteObj();
     1.5  	void setNote(const NoteObj &note);
     1.6  
     1.7 -	bool findText(const QString &, const QTextDocument::FindFlags &,QTextCursor &cursor); 
     1.8 +	bool findText(const QString &, const QTextDocument::FindFlags &); 
     1.9 +	bool findText(const QString &, const QTextDocument::FindFlags &,int i); 
    1.10 +	void setTextCursor (const QTextCursor & cursor );
    1.11 +	QTextCursor getTextCursor();
    1.12  
    1.13  protected:
    1.14  	void setupFileActions();