Modified update location dialog
[situare] / src / ui / userinfo.h
index c404217..17f1181 100644 (file)
@@ -185,6 +185,12 @@ private slots:
     */
     void messageUpdate();    
 
+    /**
+    * @brief Slot function to get indication when dialog is finished
+    *
+    */
+    void updateLocationDialogFinished(int reason);
+
 /******************************************************************************
 * SIGNALS
 ******************************************************************************/
@@ -258,6 +264,7 @@ private:
     QString m_time;                     ///< Time when the new message was sent
     QString m_userName;                 ///< User's name
     ImageButton *m_findButton;          ///< User find button   
+    UpdateLocationDialog *m_updateLocation; ///< Update location dialog
 };
 
 #endif // USERINFO_H