diff -r 2a272ef608c4 -r 3507212d340e messagingapp/msgui/unifiedviewer/inc/univiewerpixmapwidget.h --- a/messagingapp/msgui/unifiedviewer/inc/univiewerpixmapwidget.h Tue Aug 03 21:34:40 2010 +0530 +++ b/messagingapp/msgui/unifiedviewer/inc/univiewerpixmapwidget.h Fri Aug 06 23:19:50 2010 +0530 @@ -65,11 +65,11 @@ void longTap(const QPointF &position); /** - * Signal emitted when the thumbnail returned by Thumbnail manager is set - * to pixmap widget. - * @param iconName Overlay icon name to be set. + * Signal emitted indicating if thumbnail was found or not + * @param result true if thumbnail was found else false. + * @param info UniMessageInfo of the media object. */ - void setOverlayIcon(const QString& iconName); + void thumbnailFound(bool result, UniMessageInfo *info); protected: @@ -130,6 +130,12 @@ private: /** + * UniMessageInfo object. + * Own. + */ + UniMessageInfo *mInfo; + + /** * UniViewerUtils object. * Own */