mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 22:56:42 +02:00
Remove supportedMimeTypes
This commit is contained in:
@@ -211,21 +211,6 @@ AudioEngine::~AudioEngine()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QStringList
|
|
||||||
AudioEngine::supportedMimeTypes() const
|
|
||||||
{
|
|
||||||
Q_D( const AudioEngine );
|
|
||||||
|
|
||||||
if ( d->supportedMimeTypes.isEmpty() )
|
|
||||||
{
|
|
||||||
d->supportedMimeTypes << "audio/*";
|
|
||||||
d->supportedMimeTypes << "audio/basic";
|
|
||||||
}
|
|
||||||
|
|
||||||
return d->supportedMimeTypes;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
AudioEngine::playPause()
|
AudioEngine::playPause()
|
||||||
{
|
{
|
||||||
|
@@ -40,8 +40,6 @@ private:
|
|||||||
bool expectStop;
|
bool expectStop;
|
||||||
bool waitingOnNewTrack;
|
bool waitingOnNewTrack;
|
||||||
|
|
||||||
mutable QStringList supportedMimeTypes;
|
|
||||||
|
|
||||||
AudioState state;
|
AudioState state;
|
||||||
QQueue< AudioState > stateQueue;
|
QQueue< AudioState > stateQueue;
|
||||||
QTimer stateQueueTimer;
|
QTimer stateQueueTimer;
|
||||||
|
Reference in New Issue
Block a user