Documenting and some clean-up
[situare] / src / ui / mainwindow.h
index 14f5402..f9a1a13 100644 (file)
@@ -93,6 +93,11 @@ private:
  * MEMBER FUNCTIONS AND SLOTS
  ******************************************************************************/
 public:
+    /**
+      * @brief Build and show login dialog with login browser
+      *
+      * @param browser Login browser instance
+      */
     void buildLoginDialog(QWebView *browser);
 
     /**
@@ -160,6 +165,9 @@ public slots:
      */
     void buildInformationBox(const QString &message, bool modal=false);
 
+    /**
+      * @brief Hides and deletes login dialog
+      */
     void destroyLoginDialog();
 
     /**