From: Jussi Laitinen Date: Tue, 7 Sep 2010 07:26:27 +0000 (+0300) Subject: Added calendar image. X-Git-Tag: v2.0b-1~9 X-Git-Url: http://git.maemo.org/git/?p=situare;a=commitdiff_plain;h=68d3c33cc8aad096c2b1bcdf37970e5b70d527c0 Added calendar image. --- diff --git a/images.qrc b/images.qrc index 9de0174..d05fe3a 100644 --- a/images.qrc +++ b/images.qrc @@ -68,5 +68,6 @@ res/images/walk_icon_gray.png res/images/zoom_in.png res/images/zoom_out.png + res/images/calendar.png diff --git a/res/images/calendar.png b/res/images/calendar.png new file mode 100644 index 0000000..21e70e1 Binary files /dev/null and b/res/images/calendar.png differ diff --git a/src/ui/searchhistorylistitem.cpp b/src/ui/searchhistorylistitem.cpp index 53fd7a4..09f4539 100644 --- a/src/ui/searchhistorylistitem.cpp +++ b/src/ui/searchhistorylistitem.cpp @@ -45,5 +45,5 @@ void SearchHistoryListItem::setSearchHistoryData(const QString &searchString, 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")); }