Merge branch 'master' into situare_interact
[situare] / src / ui / notificationlistitem.h
index 54d2f3f..51d5de8 100644 (file)
@@ -44,11 +44,11 @@ public:
     void setImage(const QPixmap &image);
 
     /**
-    * @brief Set message data for this item.
+    * @brief Set notification data for this item.
     *
-    * @param location Location data
+    * @param notification Notifiation data
     */
-    void setNotificationData(const Notification *notification);
+    void setNotificationData(const Notification &notification);
 
 /******************************************************************************
 * DATA MEMBERS