Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary
[mdictionary] / trunk / src / plugins / xdxf / tests / test.cpp
index db858b2..05aeee9 100644 (file)
@@ -273,7 +273,7 @@ void XdxfTest::timeFile() {
     File.close();
 }
 
-void XdxfTest::timeCacheNormalize() {
+void  XdxfTest::timeCacheNormalize() {
     QTime timer;
     QDate date;
     QFile File("../tests/time.xml");
@@ -319,7 +319,7 @@ void XdxfTest::timeCacheNormalize() {
     File.close();
 }
 
-void XdxfTest::removeAccents()
+void  XdxfTest::removeAccents()
 {
     XdxfPluginSub xdxf;
     xdxf.settings()->setValue(QString("strip_accents"), QString("true"));