Skip to content
Commit 87c56f8a authored by Wolfgang Bauer's avatar Wolfgang Bauer
Browse files

Fix Increase/Decrease Volume shortcuts

`EngineController::increaseVolume( int ticks )` and
`EngineController::decreaseVolume( int ticks )` take an argument that
specifies the amount by which to increase/decrease the volume.
But it gets called with 0 as argument when pressing the shortcut key, so
the volume was not changed at all.

To make the keyboard shortcuts work again, create new slots that don't
take arguments and call the previous ones with the default value.

Differential Revision: https://phabricator.kde.org/D24413
parent e2629fc0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment