mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
refs #571, allow to select distributor by key or alias
* removed redundant getId function * functions for completer
This commit is contained in:
@@ -50,7 +50,7 @@ namespace BlackGui
|
||||
void setDistributor(const BlackMisc::Simulation::CDistributor &distributor);
|
||||
|
||||
//! Current Distributor
|
||||
void setDistributor(const QString &distributorKey);
|
||||
void setDistributor(const QString &distributorKeyOrAlias);
|
||||
|
||||
//! Distributor
|
||||
BlackMisc::Simulation::CDistributor getDistributor() const;
|
||||
@@ -92,7 +92,7 @@ namespace BlackGui
|
||||
void ps_dataChanged();
|
||||
|
||||
//! Data have been changed
|
||||
void ps_completerActivated(const QString &distributorKey);
|
||||
void ps_completerActivated(const QString &distributorKeyOrAlias);
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CDbDistributorSelectorComponent> ui;
|
||||
|
||||
Reference in New Issue
Block a user