1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 16:34:45 -04:00

CW Keyer GUI: fixed play loop collision with file play loop

This commit is contained in:
f4exb
2016-12-14 02:54:05 +01:00
parent 5959364c3d
commit 5000e01063
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ void CWKeyerGUI::on_playText_toggled(bool checked)
}
}
void CWKeyerGUI::on_playLoop_toggled(bool checked)
void CWKeyerGUI::on_playLoopCW_toggled(bool checked)
{
m_cwKeyer->setLoop(checked);
}