libkcompactdisc test (testkcd) finds no tracks - wrong initialiser sent to the Phonon backend?
René J.V. Bertin
rjvbertin at gmail.com
Fri Aug 18 16:02:07 UTC 2017
On Friday August 18 2017 12:22:56 René J.V. Bertin wrote:
So it turns out to be simple to make testkcd find the tracks:
@@ -31,7 +31,7 @@ class TestKCD : public QObject
void doTest()
{
qCDebug(tKCD) << "Starting test";
- mKcd->setDevice(mKcd->defaultCdromDeviceName(), 50, true, "phonon");
+ mKcd->setDevice(mKcd->defaultCdromDeviceName(), 50, true, "cdin");
qCDebug(tKCD) << "";
qCDebug(tKCD) << "We have" << mKcd->audioSystems().size() << "audo systems available:";
Doh...
More information about the Kde-frameworks-devel
mailing list