mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 18:04:14 +08:00
Improvements on livery selector and form, also airline form
* use id first to find data * use id in selector and fields * based on issue https://discordapp.com/channels/539048679160676382/717493722392297493/717511173146411061
This commit is contained in:
committed by
Mat Sutcliffe
parent
89c241b2e7
commit
7981815ddf
@@ -55,7 +55,7 @@ namespace BlackGui
|
||||
void setLivery(const BlackMisc::Aviation::CLivery &livery);
|
||||
|
||||
//! Current livery
|
||||
void setlivery(const QString &code);
|
||||
void setLivery(const QString &code);
|
||||
|
||||
//! Livery
|
||||
BlackMisc::Aviation::CLivery getLivery() const;
|
||||
|
||||
Reference in New Issue
Block a user