svapp-qt48-virt_QObject_fix.patch

Michel Alexandre Salim, 2011-08-10 03:44 PM

Download (748 Bytes)

View differences:

audioio/AudioCallbackPlaySource.h Wed Aug 10 16:37:40 2011 +0200
51 51
 * provides a method for a realtime thread to pick up the latest
52 52
 * available sample data from these buffers.
53 53
 */
54
class AudioCallbackPlaySource : public virtual QObject,
54
class AudioCallbackPlaySource : public QObject,
55 55
				public AudioPlaySource
56 56
{
57 57
    Q_OBJECT