notes/notesui/notesviews/src/notesfavoriteview.cpp
changeset 77 b0711afde476
parent 58 ef813d54df51
--- a/notes/notesui/notesviews/src/notesfavoriteview.cpp	Thu Sep 02 20:25:23 2010 +0300
+++ b/notes/notesui/notesviews/src/notesfavoriteview.cpp	Fri Sep 17 08:29:05 2010 +0300
@@ -118,6 +118,7 @@
 			(mDocLoader->findWidget("favoritesListView"));
 	// Update the list view model.
 	mListView->setModel(subModel);
+	mListView->setItemPixmapCacheEnabled(true);
 	// Setup the operations that can be done with a list view.
 	connect(
 			mListView, SIGNAL(released(const QModelIndex &)),