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

set volume on startup too, from phonon

This commit is contained in:
Leo Franchi
2011-06-06 08:53:41 -04:00
parent 24502d8856
commit 21479dbe0b

View File

@@ -64,6 +64,8 @@ AudioEngine::AudioEngine()
connect( m_mediaObject, SIGNAL( aboutToFinish() ), SLOT( onAboutToFinish() ) );
connect( m_audioOutput, SIGNAL( volumeChanged( qreal ) ), this, SLOT( onVolumeChanged( qreal ) ) );
onVolumeChanged( m_audioOutput->volume() );
}