Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary
[mdictionary] / trunk / src / plugins / xdxf / tests / test.h
index a88d6a7..a916908 100644 (file)
      void timeCache();
      void timeFile();
      void removeAccents();
+     void timeCacheNormalize();
+     void timeFileNormalize();
  };
 
  class XdxfPluginSub : public XdxfPlugin
  {
     public:
      XdxfPluginSub(QObject *parent = 0) : XdxfPlugin(parent){}
-     QString getRemoveAccents(QString s)
-     {
+     QString getRemoveAccents(QString s) {
          return removeAccents(s);
      }
-     void timeCacheNormalize();
-     void timeFileNormalize();
+
  };