mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
* Fixed coding style in AudioEngine.
This commit is contained in:
@@ -1191,19 +1191,22 @@ AudioEngine::playlist() const
|
||||
}
|
||||
|
||||
|
||||
result_ptr AudioEngine::currentTrack() const
|
||||
result_ptr
|
||||
AudioEngine::currentTrack() const
|
||||
{
|
||||
return d_func()->currentTrack;
|
||||
}
|
||||
|
||||
|
||||
query_ptr AudioEngine::stopAfterTrack() const
|
||||
query_ptr
|
||||
AudioEngine::stopAfterTrack() const
|
||||
{
|
||||
return d_func()->stopAfterTrack;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
AudioEngine::onVolumeChanged(qreal volume) {
|
||||
AudioEngine::onVolumeChanged( qreal volume )
|
||||
{
|
||||
emit volumeChanged( volume * 100 );
|
||||
}
|
||||
|
Reference in New Issue
Block a user