mpengine/src/mpsongscanner.cpp
changeset 48 af3740e3753f
parent 41 ea59c434026a
child 55 f3930dda3342
--- a/mpengine/src/mpsongscanner.cpp	Tue Jul 06 14:13:36 2010 +0300
+++ b/mpengine/src/mpsongscanner.cpp	Wed Aug 18 09:46:20 2010 +0300
@@ -64,8 +64,9 @@
             this, SLOT( handleScanEnded( int, int ) ), Qt::QueuedConnection );
     connect( mMpxHarvesterWrapper, SIGNAL( scanCountChanged( int ) ), 
             this, SIGNAL( scanCountChanged( int ) ), Qt::QueuedConnection );
+    // Disk events should be handled asap in order to stop the scan on time
     connect( mMpxHarvesterWrapper, SIGNAL( diskEvent( MpxDiskEvents ) ),
-            this, SLOT( handleDiskEvent(MpxDiskEvents) ), Qt::QueuedConnection );
+            this, SLOT( handleDiskEvent(MpxDiskEvents) ) );
     TX_EXIT
 }