Added showing estimated time left while caching dictionary
authorMateusz Półrola <mateusz.polrola@comarch.pl>
Mon, 16 Aug 2010 07:23:29 +0000 (09:23 +0200)
committerMateusz Półrola <mateusz.polrola@comarch.pl>
Mon, 16 Aug 2010 07:23:29 +0000 (09:23 +0200)
trunk/src/plugins/xdxf/src/xdxfplugin.cpp

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