fix small bug(wildcard), and change some comments
[mdictionary] / src / plugins / stardict / TranslationStarDict.h
index 5c68df9..95309ff 100644 (file)
     Copyright 2010 Comarch S.A.
 
 *******************************************************************************/
-/*! \file TranslationXdxf.h
-*/
+/*!
+    \file TranslationStarDict.h
+    \author Mateusz Półrola <mateusz.polrola@comarch.pl>
+ */
+
 #ifndef TRANSLATIONSTARDICT_H
 #define TRANSLATIONSTARDICT_H
 
@@ -76,8 +79,6 @@ public:
     */
     void add(qint64 offset, qint32 len);
 
-
-
     bool operator==(const TranslationStarDict &key) {
         if (this->key() == key.key())
             return true;