Review and fixes
[situare] / src / ui / updatelocation / updatelocationdialog.h
index 8416c50..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
@@ -67,7 +67,7 @@ public:
  ******************************************************************************/\r
 public slots:\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
@@ -75,19 +75,19 @@ public slots:
 \r
 private slots:\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
@@ -97,7 +97,7 @@ private slots:
  ******************************************************************************/\r
 signals:\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
@@ -108,10 +108,10 @@ signals:
  * DATA MEMBERS\r
  ******************************************************************************/\r
 private:\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