mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 10:33:59 +02:00
Don't refer to Phonon anymore on audio problems
This commit is contained in:
@@ -1265,12 +1265,7 @@ TomahawkWindow::onJSPFError() {
|
|||||||
void
|
void
|
||||||
TomahawkWindow::onAudioEngineError( AudioEngine::AudioErrorCode /* error */ )
|
TomahawkWindow::onAudioEngineError( AudioEngine::AudioErrorCode /* error */ )
|
||||||
{
|
{
|
||||||
QString msg;
|
QString msg = tr( "Sorry, there is a problem accessing your audio device or the desired track, current track will be skipped." );
|
||||||
#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
|
|
||||||
|
|
||||||
tLog() << msg;
|
tLog() << msg;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user