refs #768, model string in login component is supposed to be empty without simulator

This commit is contained in:
Klaus Basan
2016-10-23 03:11:37 +02:00
parent 8c282a33bf
commit 847348cbe0
2 changed files with 4 additions and 5 deletions

View File

@@ -172,8 +172,8 @@ namespace BlackGui
//! Logoff countdown
void startLogoffTimerCountdown();
//! Own model string
void setOwnModel();
//! Own model and ICAO data
void setOwnModelAndIcaoValues();
//! Set ICAO values
void setGuiIcaoValues(const BlackMisc::Simulation::CAircraftModel &model, bool onlyIfEmpty);