Merge branch 'master' into contact_dialog
[situare] / src / ui / updatelocation / updatelocationdialog.h
index e6d932b..2731061 100644 (file)
 #define UPDATELOCATIONDIALOG_H\r
 \r
 #include <QDialog>\r
+\r
 #ifdef Q_WS_MAEMO_5\r
 #include <QAbstractKineticScroller>\r
 #endif // Q_WS_MAEMO_5\r
+\r
 #include "texteditautoresizer.h"\r
 \r
 class QCheckBox;\r
@@ -42,8 +44,6 @@ class QTextEdit;
 * @brief Update Location UI\r
 *\r
 * UI for update location functionality.\r
-*\r
-* @class UpdateLocationDialog\r
 */\r
 class UpdateLocationDialog : public QDialog\r
 {\r
@@ -65,32 +65,29 @@ public:
 /*******************************************************************************\r
  * MEMBER FUNCTIONS AND SLOTS\r
  ******************************************************************************/\r
-\r
 public slots:\r
-\r
     /**\r
-    * @brief Public slot, which is used to set the street address to location label\r
+    * @brief Used to set the street address to location label\r
     *\r
     * @param address Street address, result from SituareService's reverseGeo\r
     */\r
     void setAddress(const QString &address);\r
 \r
 private slots:\r
-\r
     /**\r
-    * @brief Private slot, which is used to connect send button\r
+    * @brief Used to connect send button\r
     *\r
     */\r
     void sendUpdate();\r
 \r
     /**\r
-    * @brief Private slot, which is used to get changes in messagetext\r
+    * @brief Used to get changes in messagetext\r
     *\r
     */\r
     void textChanged();\r
 \r
     /**\r
-    * @brief Private slot, which is used to clear default messagetext\r
+    * @brief Used to clear default messagetext\r
     *\r
     */\r
     void textSelectionChanged();\r
@@ -98,11 +95,9 @@ private slots:
 /*******************************************************************************\r
  * SIGNALS\r
  ******************************************************************************/\r
-\r
 signals:\r
-\r
     /**\r
-    * @brief Signal Signal for requestLocationUpdate from SituareEngine via MainWindow class\r
+    * @brief Routing signal for requestLocationUpdate to SituareEngine via MainWindow class\r
     *\r
     * @param status Status message\r
     * @param publish Publish on Facebook\r
@@ -112,13 +107,11 @@ signals:
 /*******************************************************************************\r
  * DATA MEMBERS\r
  ******************************************************************************/\r
-\r
 private:\r
-\r
-    QCheckBox *m_checkBox; ///< Pointer to CheckBox\r
-    QLabel *m_locationLabel; ///< Pointer to locationLabel\r
-    QLabel *m_charCountLabel; ///< Pointer to locationLabel\r
-    QTextEdit *m_textEdit; ///< Pointer to TextEdit\r
+    QCheckBox *m_checkBox;          ///< Pointer to CheckBox\r
+    QLabel *m_charCountLabel;       ///< Pointer to character counter label\r
+    QLabel *m_locationLabel;        ///< Pointer to locationLabel\r
+    QTextEdit *m_textEdit;          ///< Pointer to TextEdit\r
 };\r
 \r
 #endif // UPDATELOCATIONDIALOG_H\r