Merge branch 'cache' of ssh://drop.maemo.org/git/mdictionary into cache
authorJakub Jaszczynski <j.j.jaszczynski@gmail.com>
Mon, 16 Aug 2010 07:49:30 +0000 (09:49 +0200)
committerJakub Jaszczynski <j.j.jaszczynski@gmail.com>
Mon, 16 Aug 2010 07:49:30 +0000 (09:49 +0200)
trunk/src/plugins/xdxf/src/xdxfplugin.cpp

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