reviewed and iterated with Marko Niemelä
[situare] / src / ui / userinfo.h
index 069b77c..c404217 100644 (file)
@@ -133,7 +133,7 @@ public slots:
     * @param publish setting that determines whether the user status message is published on
     *        Facebook. This value is stored to m_backupFacebookPublishPolicity data member.
     */
-    void backupUpdateLocationDialogData(const QString &status, const bool &publish);
+    void backupUpdateLocationDialogData(const QString &status, bool publish);
 
     /**
     * @brief Sets the message text
@@ -257,8 +257,7 @@ private:
     QString m_messageText;              ///< User's message
     QString m_time;                     ///< Time when the new message was sent
     QString m_userName;                 ///< User's name
-    ImageButton *m_findButton;          ///< User find button
-    UpdateLocationDialog *m_messageDialog;  ///< Dialog for sending message and location
+    ImageButton *m_findButton;          ///< User find button   
 };
 
 #endif // USERINFO_H