mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
refs #634, allow to use livery for testing
* added raw data in selector * adjusted matcher component
This commit is contained in:
@@ -52,6 +52,9 @@ namespace BlackGui
|
||||
//! Livery
|
||||
BlackMisc::Aviation::CLivery getLivery() const;
|
||||
|
||||
//! Livery combined code
|
||||
QString getRawCombinedCode() const;
|
||||
|
||||
//! Show description
|
||||
void withLiveryDescription(bool description);
|
||||
|
||||
@@ -64,7 +67,6 @@ namespace BlackGui
|
||||
//! Clear selection
|
||||
void clear();
|
||||
|
||||
|
||||
signals:
|
||||
//! Distributor was changed
|
||||
void changedLivery(const BlackMisc::Aviation::CLivery &livery);
|
||||
|
||||
Reference in New Issue
Block a user