Skip to content

Commit

Permalink
Update src/engine/controls/bpmcontrol.cpp; code style fix
Browse files Browse the repository at this point in the history
Co-authored-by: ronso0 <[email protected]>
  • Loading branch information
mxmilkiib and ronso0 authored Dec 1, 2023
1 parent 0ff48ed commit a3860b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/engine/controls/bpmcontrol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ BpmControl::BpmControl(const QString& group,
connect(m_pTranslateBeatsLater, &ControlObject::valueChanged,
this, &BpmControl::slotTranslateBeatsLater,
Qt::DirectConnection);
m_pTranslateBeatsMove = new ControlEncoder(ConfigKey(group,
"beats_translate_move"), false);
m_pTranslateBeatsMove =
new ControlEncoder(ConfigKey(group, "beats_translate_move"), false);
m_pTranslateBeatsMove->setKbdRepeatable(true);
connect(m_pTranslateBeatsMove, &ControlObject::valueChanged,
this, &BpmControl::slotTranslateBeatsMove,
Expand Down

0 comments on commit a3860b2

Please sign in to comment.