Partialy refactorized, fixed some bugs
[mdictionary] / trunk / src / base / gui / HistoryListDialog.h
index b9aea76..7a19236 100644 (file)
@@ -19,7 +19,6 @@
 
 *******************************************************************************/
 //! \file HistoryListDialog.h
-//! \brief Implements history list dialog
 //! \author Mateusz Półrola <mateusz.polrola@comarch.pl>
 
 #ifndef HISTORYLISTDIALOG_H
@@ -34,7 +33,8 @@
 //! Implements history list dialog
 /*!
   Shows history list and allows user to select one word of it.
-  */
+  On desktop it is shown as popup.
+*/
 class HistoryListDialog : public QDialog
 {
     Q_OBJECT
@@ -43,7 +43,7 @@ public:
     /*!
       \param words list of history words
       \param parent widget
-      */
+    */
     explicit HistoryListDialog(QStringList words, QWidget* parent = 0);
 
     //! Returns word selected by user