Merge branch 'cache' of ssh://drop.maemo.org/git/mdictionary into cache
authorMateusz Półrola <mateusz.polrola@comarch.pl>
Mon, 16 Aug 2010 07:24:49 +0000 (09:24 +0200)
committerMateusz Półrola <mateusz.polrola@comarch.pl>
Mon, 16 Aug 2010 07:24:49 +0000 (09:24 +0200)
trunk/src/plugins/xdxf/src/xdxfplugin.cpp

index da56a01..0a0a546 100644 (file)
@@ -431,7 +431,7 @@ bool XdxfPlugin::makeCache(QString dir) {
     while (!reader.atEnd() && !stopped) {
 
         QCoreApplication::processEvents();
-        //usleep(50);
+        usleep(50);
         reader.readNext();
 
         if(reader.tokenType() == QXmlStreamReader::StartElement) {