Callsign completer signal for entered callsign

* digest signals
* validChangedCallsignEntered
This commit is contained in:
Klaus Basan
2019-05-12 22:35:23 +02:00
parent 2e6d415c14
commit 9f9b4c3526
6 changed files with 17 additions and 11 deletions

View File

@@ -29,7 +29,7 @@ namespace BlackGui
ui->tw_InterpolationSetup->setCurrentIndex(0);
connect(ui->comp_InterpolationSetup, &CInterpolationSetupComponent::requestRenderingRestrictionsWidget, this, &CInterpolationComponent::requestRenderingRestrictionsWidget);
connect(ui->comp_CallsignCompleter, &CCallsignCompleter::validCallsignEntered, this, &CInterpolationComponent::displayInterpolationMessages);
connect(ui->comp_CallsignCompleter, &CCallsignCompleter::validChangedCallsignEntered, this, &CInterpolationComponent::displayInterpolationMessages);
connect(ui->pb_ReloadInterpolationMessages, &QPushButton::released, this, &CInterpolationComponent::displayInterpolationMessages);
}