Added calendar image.
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Tue, 7 Sep 2010 07:26:27 +0000 (10:26 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Tue, 7 Sep 2010 07:26:27 +0000 (10:26 +0300)
images.qrc
res/images/calendar.png [new file with mode: 0644]
src/ui/searchhistorylistitem.cpp

index 9de0174..d05fe3a 100644 (file)
@@ -68,5 +68,6 @@
         <file>res/images/walk_icon_gray.png</file>
         <file>res/images/zoom_in.png</file>
         <file>res/images/zoom_out.png</file>
         <file>res/images/walk_icon_gray.png</file>
         <file>res/images/zoom_in.png</file>
         <file>res/images/zoom_out.png</file>
+        <file>res/images/calendar.png</file>
     </qresource>
 </RCC>
     </qresource>
 </RCC>
diff --git a/res/images/calendar.png b/res/images/calendar.png
new file mode 100644 (file)
index 0000000..21e70e1
Binary files /dev/null and b/res/images/calendar.png differ
index 53fd7a4..09f4539 100644 (file)
@@ -45,5 +45,5 @@ void SearchHistoryListItem::setSearchHistoryData(const QString &searchString,
     setImage(AvatarImage::create(QPixmap(":/res/images/search_history.png"), AvatarImage::Small));
 
     clearSubItems();
     setImage(AvatarImage::create(QPixmap(":/res/images/search_history.png"), AvatarImage::Small));
 
     clearSubItems();
-    addSubItem(m_dateTime.toString(), QPixmap(":/res/images/clock.png"));
+    addSubItem(m_dateTime.toString(), QPixmap(":/res/images/calendar.png"));
 }
 }