add information about bookmark to translation (in toHtml())
[mdictionary] / trunk / src / plugins / xdxf / tests / test.h
index 100b171..70f540c 100644 (file)
@@ -29,6 +29,9 @@
 #include <QtConcurrentRun>
 #include <QFuture>
 #include "../src/xdxfplugin.h"
+#include <QTime>
+#include <QDate>
+#include <QTextStream>
 
  class XdxfTest: public QObject
  {
@@ -44,6 +47,8 @@
      void makeCache();
      void searchCache();
      void searchWordListCache();
+     void timeCache();
+     void timeFile();
  };