--- a/notes/notesui/notesviews/inc/notestodoview.h Mon May 03 12:30:32 2010 +0300
+++ b/notes/notesui/notesviews/inc/notestodoview.h Fri May 14 15:51:09 2010 +0300
@@ -50,7 +50,8 @@
public:
NOTESVIEWS_EXPORT void setupView(
NotesAppControllerIf &controllerIf, NotesDocLoader *docLoader);
-
+ NOTESVIEWS_EXPORT void updateTitle();
+
signals:
void deleteEntry(ulong entryId);
@@ -71,6 +72,8 @@
void handleOrientationChanged(Qt::Orientation);
void updateSubTitle(ulong id=0);
void openTodo();
+ void selectedMenuAction(HbAction *action);
+ void handleMenuClosed();
private:
HbListView *mListView;
@@ -94,6 +97,7 @@
NotesSortFilterProxyModel *mProxyModel;
NotesEditor *mNotesEditor;
AgendaEventViewer *mAgendaEventViewer;
+ bool mIsLongTop;
};
#endif // NOTESTODOVIEW_H