fix small bug(wildcard), and change some comments
[mdictionary] / src / plugins / stardict / StarDialog.h
index babd8c0..aef9986 100644 (file)
@@ -18,9 +18,8 @@
     Copyright 2010 Comarch S.A.
 
 *******************************************************************************/
-
 /*!
-    \file XdxfDialog.cpp
+    \file StarDialog.h
     \author Mateusz Półrola <mateusz.polrola@gmail.com>
 */
 
@@ -79,9 +78,11 @@ Q_SIGNALS:
     void notify(Notify::NotifyType, QString);
 
 public Q_SLOTS:
-    //! Reimplemented accept method, to check if all necessary fields in
-    //! dialog are correct e. g. dictionary file path
-    //! and saves new settings
+    /*!
+        Reimplemented accept method, to check if all necessary fields in
+        dialog are correct e. g. dictionary file path
+        and saves new settings
+    */
     void accept();
 
 private Q_SLOTS:
@@ -89,10 +90,13 @@ private Q_SLOTS:
     void selectFile();
 
 private:
+    //! create a user interface
     void initializeUI();
 
     //! saves new settings after acceptance of dialog
     void saveSettings();
+
+    //! check that files is compressed
     bool checkFiles();
 
     QLabel* infoLabel;