mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 20:55:42 +08:00
Ref T709, sync Qt free timestamp after parsing with swift version
This commit is contained in:
committed by
Mat Sutcliffe
parent
04e57df5f7
commit
34aa8333cc
@@ -82,6 +82,9 @@ namespace BlackMisc
|
||||
static constexpr char JsonFollowAircraftDistanceM[] = "followAircraftDistance";
|
||||
//! @}
|
||||
|
||||
//! Pasing completed
|
||||
virtual void jsonParsed();
|
||||
|
||||
std::string m_dBusServerAddress { "tcp:host=127.0.0.1,port=45001" }; //!< DBus server
|
||||
int m_maxPlanes = 100; //!< max. planes in XPlane
|
||||
int m_followAircraftDistanceM = 200; //!< follow aircraft in distance
|
||||
|
||||
Reference in New Issue
Block a user