Added word counting function in xdxf plugin
[mdictionary] / trunk / src / plugins / xdxf / src / xdxfplugin.h
index ca1cb4a..b0722cb 100644 (file)
@@ -114,6 +114,7 @@ private:
 
     QList<Translation*> searchWordListCache(QString word, int limit=0);
     QList<Translation*> searchWordListFile(QString word, int limit=0);
+    int countWords();
 
     //! language from which we translate
     QString _langFrom;