mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-07 10:05:51 +08:00
refs #780, fixes login/flightplan preset
* empty airline is valid * sync with flightplan (new signal to indicate changed login values) * better preset of own model
This commit is contained in:
@@ -86,7 +86,7 @@ namespace BlackSample
|
||||
|
||||
// User parsing
|
||||
CUser user("12345", "Joe KING KGLC");
|
||||
out << user.getRealName() << user.getHomebase() << endl;
|
||||
out << user.getRealName() << user.getHomeBase() << endl;
|
||||
|
||||
// ATC List
|
||||
CAtcStationList atcList;
|
||||
|
||||
Reference in New Issue
Block a user