notes/notesui/notesviews/src/notestodoview.cpp
changeset 70 a5ed90760192
parent 57 bb2d3e476f29
child 75 7ac58b2aae6f
--- a/notes/notesui/notesviews/src/notestodoview.cpp	Tue Aug 31 18:15:13 2010 +0530
+++ b/notes/notesui/notesviews/src/notestodoview.cpp	Mon Sep 06 10:12:45 2010 +0530
@@ -116,6 +116,7 @@
 			(mDocLoader->findWidget("todoListView"));
 	// 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(activated(const QModelIndex &)),