notes/notesui/notesviews/inc/notescollectionview.h
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
--- a/notes/notesui/notesviews/inc/notescollectionview.h	Mon May 03 12:30:32 2010 +0300
+++ b/notes/notesui/notesviews/inc/notescollectionview.h	Mon Jun 28 15:22:02 2010 +0530
@@ -47,6 +47,7 @@
 public:
 	NOTESVIEWS_EXPORT void setupView(
 			NotesAppControllerIf &controllerIf, NotesDocLoader *docLoader);
+	NOTESVIEWS_EXPORT void populateListView();
 
 private slots:
 	void displayAllNotesView();
@@ -60,7 +61,7 @@
 	void handleActionStateChanged();
 
 private:
-	void populateListView();
+
 	int todosCount();
 	int recentNotesCount();