|
Lines 483-489
KDE_NO_EXPORT bool MPlayer::deMediafiedP
Link Here
|
| 483 |
!url.url ().startsWith (QString ("vcd")) && |
483 |
!url.url ().startsWith (QString ("vcd")) && |
| 484 |
!m_url.startsWith (QString ("tv://"))) |
484 |
!m_url.startsWith (QString ("tv://"))) |
| 485 |
args += QString ("-cache %1 ").arg (cache); |
485 |
args += QString ("-cache %1 ").arg (cache); |
| 486 |
if (m_url.startsWith (QString ("cdda:/")) && |
486 |
if (m_url.startsWith (QString ("cdda:/")) && |
| 487 |
!m_url.startsWith (QString ("cdda://"))) |
487 |
!m_url.startsWith (QString ("cdda://"))) |
| 488 |
m_url = QString ("cdda://") + m_url.mid (6); |
488 |
m_url = QString ("cdda://") + m_url.mid (6); |
| 489 |
} |
489 |
} |
|
Lines 2829-2837
KDE_NO_EXPORT void NpPlayer::wroteStdin
Link Here
|
| 2829 |
|
2829 |
|
| 2830 |
#else |
2830 |
#else |
| 2831 |
|
2831 |
|
| 2832 |
KDE_NO_CDTOR_EXPORT NpStream::NpStream (NpPlayer *p, uint32_t sid, const QString &u) |
|
|
| 2833 |
: QObject (p) {} |
| 2834 |
|
| 2835 |
KDE_NO_CDTOR_EXPORT NpStream::~NpStream () {} |
2832 |
KDE_NO_CDTOR_EXPORT NpStream::~NpStream () {} |
| 2836 |
void NpStream::slotResult (KJob*) {} |
2833 |
void NpStream::slotResult (KJob*) {} |
| 2837 |
void NpStream::slotData (KIO::Job*, const QByteArray&) {} |
2834 |
void NpStream::slotData (KIO::Job*, const QByteArray&) {} |