X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fui%2Fupdatelocation%2Fupdatelocationdialog.h;h=2731061d06bd2d34bb02d8fa80a7c211e09e5793;hb=6ffa9a4734575fd34f7f88c17216948ffdb7b6f9;hp=8416c5075d6d952029703b47c82c681b49c1f02c;hpb=cc0b78b3a6d15f9cbcdb208e7d3ac201871f5d66;p=situare diff --git a/src/ui/updatelocation/updatelocationdialog.h b/src/ui/updatelocation/updatelocationdialog.h index 8416c50..2731061 100644 --- a/src/ui/updatelocation/updatelocationdialog.h +++ b/src/ui/updatelocation/updatelocationdialog.h @@ -24,9 +24,11 @@ #define UPDATELOCATIONDIALOG_H #include + #ifdef Q_WS_MAEMO_5 #include #endif // Q_WS_MAEMO_5 + #include "texteditautoresizer.h" class QCheckBox; @@ -42,8 +44,6 @@ class QTextEdit; * @brief Update Location UI * * UI for update location functionality. -* -* @class UpdateLocationDialog */ class UpdateLocationDialog : public QDialog { @@ -67,7 +67,7 @@ public: ******************************************************************************/ public slots: /** - * @brief Public slot, which is used to set the street address to location label + * @brief Used to set the street address to location label * * @param address Street address, result from SituareService's reverseGeo */ @@ -75,19 +75,19 @@ public slots: private slots: /** - * @brief Private slot, which is used to connect send button + * @brief Used to connect send button * */ void sendUpdate(); /** - * @brief Private slot, which is used to get changes in messagetext + * @brief Used to get changes in messagetext * */ void textChanged(); /** - * @brief Private slot, which is used to clear default messagetext + * @brief Used to clear default messagetext * */ void textSelectionChanged(); @@ -97,7 +97,7 @@ private slots: ******************************************************************************/ signals: /** - * @brief Signal Signal for requestLocationUpdate from SituareEngine via MainWindow class + * @brief Routing signal for requestLocationUpdate to SituareEngine via MainWindow class * * @param status Status message * @param publish Publish on Facebook @@ -108,10 +108,10 @@ signals: * DATA MEMBERS ******************************************************************************/ private: - QCheckBox *m_checkBox; ///< Pointer to CheckBox - QLabel *m_locationLabel; ///< Pointer to locationLabel - QLabel *m_charCountLabel; ///< Pointer to locationLabel - QTextEdit *m_textEdit; ///< Pointer to TextEdit + QCheckBox *m_checkBox; ///< Pointer to CheckBox + QLabel *m_charCountLabel; ///< Pointer to character counter label + QLabel *m_locationLabel; ///< Pointer to locationLabel + QTextEdit *m_textEdit; ///< Pointer to TextEdit }; #endif // UPDATELOCATIONDIALOG_H