texteditor.h
changeset 804 14f2b1b15242
parent 746 ee6b0f3a4c2f
child 829 832e96c9abb6
     1.1 --- a/texteditor.h	Fri Oct 02 14:31:03 2009 +0000
     1.2 +++ b/texteditor.h	Fri Nov 13 08:32:03 2009 +0000
     1.3 @@ -5,7 +5,6 @@
     1.4  
     1.5  enum EditorState {inactiveEditor,emptyEditor,filledEditor};
     1.6  
     1.7 -class MyTextEdit;
     1.8  class NoteObj;
     1.9  
    1.10  class TextEditor : public QMainWindow {
    1.11 @@ -14,6 +13,7 @@
    1.12      TextEditor();
    1.13      ~TextEditor();
    1.14  
    1.15 +	void reset();
    1.16  	bool isEmpty();
    1.17  	void setShowWithMain (bool);
    1.18  	bool showWithMain ();