Compound callsigns and group callsigns parse correctly

This commit is contained in:
Jordan Sherer
2018-10-26 16:57:07 -04:00
parent 3767b347d9
commit 6dfd037736
4 changed files with 134 additions and 101 deletions
+1 -1
View File
@@ -1950,7 +1950,7 @@ void Configuration::impl::set_rig_invariants ()
bool Configuration::impl::validate ()
{
if(!Varicode::isValidCallsign(ui_->callsign_line_edit->text())){
if(!Varicode::isValidCallsign(ui_->callsign_line_edit->text(), nullptr)){
MessageBox::critical_message (this, tr ("The callsign format you provided is not supported"));
return false;
}