fix bug's (translation color in stardict and kept settings after leave)
[mdictionary] / src / plugins / stardict / StarDictDialog.h
index f4a33e1..99f581b 100644 (file)
@@ -36,15 +36,15 @@ class StarDictDialog : public DictDialog {
 public:
     explicit StarDictDialog(StarDictPlugin* plugin, QObject *parent = 0);
     /*!
-      Shows "add new xdxf dictionary" dialog and returns settings of a new dict
-      \param parent parent widget on which dialog will be displayed
-      */
+        Shows "add new xdxf dictionary" dialog and returns settings of a new dict
+        \param parent parent widget on which dialog will be displayed
+    */
     Settings* addNewDictionary(QWidget *parent);
 
     /*!
-      Shows settings dialog and saves new settings in plugin
-      \param parent parent widget on which dialog will be displayed
-      */
+        Shows settings dialog and saves new settings in plugin
+        \param parent parent widget on which dialog will be displayed
+    */
     void changeSettings(QWidget *parent);
 
     QWidget* lastDialogParent();