mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +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
|
||||
AudioEngine::playPause()
|
||||
{
|
||||
|
@@ -40,8 +40,6 @@ private:
|
||||
bool expectStop;
|
||||
bool waitingOnNewTrack;
|
||||
|
||||
mutable QStringList supportedMimeTypes;
|
||||
|
||||
AudioState state;
|
||||
QQueue< AudioState > stateQueue;
|
||||
QTimer stateQueueTimer;
|
||||
|
Reference in New Issue
Block a user