backup before changing update dialog to be a data member of UserInfo
[situare] / src / ui / updatelocation / updatelocationdialog.h
index 9f8ecd1..fec5430 100755 (executable)
@@ -69,8 +69,8 @@ public slots:
     *
     * @param address Street address, result from SituareService's reverseGeo
     */
-    void setAddress(const QString &address);
-    void saveMessageAndClose();
+    void setAddress(const QString &address);    
+//    void saveMessageAndClose(const QString &message);
 
 private slots:
 
@@ -85,7 +85,7 @@ private slots:
  ******************************************************************************/
 
 signals:
-    void saveMessage(const QString &message);
+//    void saveMessage(const QString &message);
 
     /**
     * @brief Signal Signal for requestLocationUpdate from SituareEngine via MainWindow class
@@ -100,10 +100,9 @@ signals:
  ******************************************************************************/
 
 private:
-    //bool m_messageReceivedOnSituareServer; ///< Indicates when message is received on Situare server
-
     QCheckBox *m_checkBox; ///< Pointer to CheckBox
     QLabel *m_locationLabel; ///< Pointer to locationLabel
+public:
     QTextEdit *m_textEdit; ///< Pointer to TextEdit
 };