[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdemultimedia/kmix/backends
From:       Christian Esken <esken () kde ! org>
Date:       2011-09-01 22:55:12
Message-ID: 20110901225512.423EDAC87C () svn ! kde ! org
[Download RAW message or body]

SVN commit 1250843 by esken:

CCBUGS: 209975
Use Qt::QueuedConnection for poll() interface

 M  +1 -1      mixer_backend.cpp  


--- trunk/KDE/kdemultimedia/kmix/backends/mixer_backend.cpp #1250842:1250843
@@ -38,7 +38,7 @@
 	// In all cases create a QTimer. We will use it once as a singleShot(), even if something smart
 	// like ::select() is possible (as in ALSA).
 	_pollingTimer = new QTimer(); // will be started on open() and stopped on close()
-	connect( _pollingTimer, SIGNAL(timeout()), this, SLOT(readSetFromHW()));
+	connect( _pollingTimer, SIGNAL(timeout()), this, SLOT(readSetFromHW()), Qt::QueuedConnection);
 }
 
 Mixer_Backend::~Mixer_Backend()
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic