refs #634, allow to use livery for testing

* added raw data in selector
* adjusted matcher component
This commit is contained in:
Klaus Basan
2016-04-09 02:28:45 +02:00
parent 0f5af8a492
commit 8049a65437
3 changed files with 23 additions and 15 deletions

View File

@@ -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);