Merge branch 'cache' of ssh://drop.maemo.org/git/mdictionary into cache
authorMateusz Półrola <mateusz.polrola@comarch.pl>
Fri, 13 Aug 2010 09:31:42 +0000 (11:31 +0200)
committerMateusz Półrola <mateusz.polrola@comarch.pl>
Fri, 13 Aug 2010 09:31:42 +0000 (11:31 +0200)
Conflicts:
trunk/src/plugins/xdxf/src/xdxfplugin.cpp

1  2 
trunk/src/plugins/xdxf/src/xdxfplugin.cpp
trunk/src/plugins/xdxf/src/xdxfplugin.h

@@@ -378,8 -394,7 +415,8 @@@ bool XdxfPlugin::makeCache(QString dir
      QSqlQuery cur(db);
      cur.exec("PRAGMA synchronous = 0");
      cur.exec("drop table dict");
-     cur.exec("create table dict(word text ,transl text)");
 +    QCoreApplication::processEvents();
+     cur.exec("create table dict(word text ,translation text)");
      int counter = 0;
      cur.exec("BEGIN;");