Skip to content

Commit

Permalink
Update bpmcontrol.cpp; fix typo, missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmilkiib authored Dec 1, 2023
1 parent 36e2b38 commit 0ff48ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/controls/bpmcontrol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ BpmControl::BpmControl(const QString& group,
connect(m_pTranslateBeatsLater, &ControlObject::valueChanged,
this, &BpmControl::slotTranslateBeatsLater,
Qt::DirectConnection);
m_pTranslateBeatsMove = new ControlEncoder(ConfigKey(group
m_pTranslateBeatsMove = new ControlEncoder(ConfigKey(group,
"beats_translate_move"), false);
m_pTranslateBeatsMove->setKbdRepeatable(true);
connect(m_pTranslateBeatsMove, &ControlObject::valueChanged,
Expand Down

0 comments on commit 0ff48ed

Please sign in to comment.