1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-14 01:54:07 +02:00

Don't refer to Phonon anymore on audio problems

This commit is contained in:
Dominik Schmidt
2015-02-05 17:39:10 +01:00
parent c86e67831e
commit acd5faf93d

View File

@@ -1265,12 +1265,7 @@ TomahawkWindow::onJSPFError() {
void
TomahawkWindow::onAudioEngineError( AudioEngine::AudioErrorCode /* error */ )
{
QString msg;
#ifdef Q_OS_LINUX
msg = tr( "Sorry, there is a problem accessing your audio device or the desired track, current track will be skipped. Make sure you have a suitable Phonon backend and required plugins installed." );
#else
msg = tr( "Sorry, there is a problem accessing your audio device or the desired track, current track will be skipped." );
#endif
QString msg = tr( "Sorry, there is a problem accessing your audio device or the desired track, current track will be skipped." );
tLog() << msg;