Merge branch 'master' into google
[mdictionary] / trunk / src / plugins / xdxf / tests / test.h
index f4fed84..a88d6a7 100644 (file)
      void searchWordListCache();
      void timeCache();
      void timeFile();
+     void removeAccents();
+ };
+
+ class XdxfPluginSub : public XdxfPlugin
+ {
+    public:
+     XdxfPluginSub(QObject *parent = 0) : XdxfPlugin(parent){}
+     QString getRemoveAccents(QString s)
+     {
+         return removeAccents(s);
+     }
      void timeCacheNormalize();
      void timeFileNormalize();
  };