committed by
Matthieu Bouron
parent
2a80f73609
commit
5bf93d025e
@@ -186,6 +186,7 @@ void HttpStream::streamUrl(const QString &url)
|
||||
emit update();
|
||||
}
|
||||
|
||||
#ifndef LIBVLC_FOUND
|
||||
void HttpStream::bufferingProgress(int progress)
|
||||
{
|
||||
MPDStatus * const status = MPDStatus::self();
|
||||
@@ -197,6 +198,7 @@ void HttpStream::bufferingProgress(int progress)
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
void HttpStream::updateStatus()
|
||||
{
|
||||
|
||||
@@ -62,7 +62,9 @@ private Q_SLOTS:
|
||||
void updateStatus();
|
||||
void streamUrl(const QString &url);
|
||||
void checkPlayer();
|
||||
#ifndef LIBVLC_FOUND
|
||||
void bufferingProgress(int progress);
|
||||
#endif
|
||||
|
||||
private:
|
||||
void startTimer();
|
||||
|
||||
Reference in New Issue
Block a user