refs #279, improved FSUIPC support, reading all standard values including SB3 xpdr indent

This commit is contained in:
Klaus Basan
2014-07-01 00:22:14 +02:00
parent d2afd00011
commit da3982fc5f
4 changed files with 185 additions and 6 deletions

View File

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