Merge branch 'master' into qmake
[mdictionary] / src / common / translation.h
index 6fca57c..a6a20a9 100644 (file)
@@ -30,6 +30,8 @@
 
 #include <QString>
 #include <QMetaType>
+#include <QDebug>
+
 class CommonDictInterface;
 
 
@@ -38,7 +40,7 @@ class CommonDictInterface;
   as late as possible*/
 class Translation {
   public:
-    Translation  () { _bookmark = 0; }
+    Translation  () { _bookmark = 0;}
     virtual ~Translation () {}
     //! \return word to be translated
     virtual QString key() const = 0;