Commit 2a31835f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

[Qt] Connect Faster button to FASTER!

parent 924df6a3
......@@ -172,7 +172,7 @@ QWidget *AbstractController::createWidget( buttonType_e button, bool b_flat,
case FASTER_BUTTON:{
QToolButton *fasterButton = new QToolButton;
setupButton( fasterButton );
CONNECT_MAP_SET( fasterButton, SLOWER_ACTION );
CONNECT_MAP_SET( fasterButton, FASTER_ACTION );
BUTTON_SET_BAR( fasterButton, faster, qtr( "Faster" ) );
ENABLE_ON_INPUT( fasterButton );
widget = fasterButton;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment