mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +08:00
refs #279, improved FSUIPC support, reading all standard values including SB3 xpdr indent
This commit is contained in:
@@ -56,6 +56,9 @@ namespace BlackMisc
|
||||
//! Queried model string
|
||||
const QString &getModelString() const { return this->m_modelString; }
|
||||
|
||||
//! Queried model string
|
||||
void setModelString(const QString &modelString) { this->m_modelString = modelString; }
|
||||
|
||||
//! Set queried model string
|
||||
void setQueriedModelString(const QString &model) { this->m_modelString = model; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user