Changeset 561 for trunk/src/3rdparty/phonon/waveout/mediaobject.cpp
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/3rdparty/phonon/waveout/mediaobject.cpp
r2 r561 248 248 { 249 249 m_thread = new WorkerThread(); 250 connect(this, SIGNAL(outOfData(QIODevice*, QByteArray*, bool*)), m_thread, SLOT(stream(QIODevice*, QByteArray*,bool*)));250 connect(this, SIGNAL(outOfData(QIODevice*,QByteArray*,bool*)), m_thread, SLOT(stream(QIODevice*,QByteArray*,bool*))); 251 251 m_thread->start(); 252 252 m_soundBuffer1.waveHeader = new WAVEHDR; … … 259 259 { 260 260 stop(); 261 disconnect(this, SIGNAL(outOfData(QIODevice*, QByteArray*, bool*)), m_thread, SLOT(stream(QIODevice*, QByteArray*,bool*)));261 disconnect(this, SIGNAL(outOfData(QIODevice*,QByteArray*,bool*)), m_thread, SLOT(stream(QIODevice*,QByteArray*,bool*))); 262 262 do { //The event loop of m_thread might not be started, yet 263 263 m_thread->quit(); //If the event loop is not started yet quit() does nothing
Note:
See TracChangeset
for help on using the changeset viewer.