notes/notesui/noteseditor/inc/noteseditor_p.h
changeset 57 bb2d3e476f29
parent 55 2c54b51f39c4
equal deleted inserted replaced
55:2c54b51f39c4 57:bb2d3e476f29
    63 	void updateNoteText();
    63 	void updateNoteText();
    64 	void deleteNote();
    64 	void deleteNote();
    65 	bool saveNote();
    65 	bool saveNote();
    66 	bool saveTodo();
    66 	bool saveTodo();
    67 	void editingCompleted(bool status);
    67 	void editingCompleted(bool status);
       
    68 	void viewCreationCompleted(int error);
    68 
    69 
    69 private:
    70 private:
    70 	bool isNoteEdited();
    71 	bool isNoteEdited();
    71 	bool isTodoEdited();
    72 	bool isTodoEdited();
    72 	void showNotification(QString text);
    73 	void showNotification(QString text);