notes/notesui/notesviews/src/notesfavoriteview.cpp
changeset 70 a5ed90760192
parent 55 2c54b51f39c4
child 83 5aadd1120515
--- a/notes/notesui/notesviews/src/notesfavoriteview.cpp	Tue Aug 31 18:15:13 2010 +0530
+++ b/notes/notesui/notesviews/src/notesfavoriteview.cpp	Mon Sep 06 10:12:45 2010 +0530
@@ -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 &)),