mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Ref T219, unified selector namings and keep editable even without DB completer data.
Also "private slots" -> "private"
This commit is contained in:
@@ -39,7 +39,7 @@ namespace BlackGui
|
||||
ui->setupUi(this);
|
||||
this->setFocusProxy(ui->le_Airline);
|
||||
ui->le_Airline->setValidator(new CUpperCaseValidator(this));
|
||||
connect(ui->le_Airline, &QLineEdit::editingFinished, this, &CDbAirlineIcaoSelectorComponent::ps_dataChanged);
|
||||
connect(ui->le_Airline, &QLineEdit::editingFinished, this, &CDbAirlineIcaoSelectorComponent::onDataChanged);
|
||||
}
|
||||
|
||||
CDbAirlineIcaoSelectorComponent::~CDbAirlineIcaoSelectorComponent()
|
||||
@@ -97,7 +97,7 @@ namespace BlackGui
|
||||
return c;
|
||||
}
|
||||
|
||||
void CDbAirlineIcaoSelectorComponent::ps_dataChanged()
|
||||
void CDbAirlineIcaoSelectorComponent::onDataChanged()
|
||||
{
|
||||
if (!sGui) { return; }
|
||||
QString s(ui->le_Airline->text());
|
||||
|
||||
Reference in New Issue
Block a user