mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
Ref T709, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
e50f3cc371
commit
81577d29c5
@@ -79,6 +79,6 @@ namespace BlackMisc
|
|||||||
ts << "dbusPort = " << m_dbusPort << endl;
|
ts << "dbusPort = " << m_dbusPort << endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
} // ns
|
||||||
}
|
} // ns
|
||||||
}
|
} // ns
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ namespace XSwiftBus
|
|||||||
cleanup();
|
cleanup();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool s_legacyDataOK = true;
|
static bool s_legacyDataOK = true;
|
||||||
|
|
||||||
void CTraffic::setPlaneViewMenu(const CMenu &planeViewSubMenu)
|
void CTraffic::setPlaneViewMenu(const CMenu &planeViewSubMenu)
|
||||||
{
|
{
|
||||||
@@ -204,8 +204,8 @@ namespace XSwiftBus
|
|||||||
m_followPlaneViewCallsign = *callsignIt;
|
m_followPlaneViewCallsign = *callsignIt;
|
||||||
}
|
}
|
||||||
|
|
||||||
int g_maxPlanes = 100;
|
static int g_maxPlanes = 100;
|
||||||
float g_drawDistance = 50.0f;
|
static float g_drawDistance = 50.0f;
|
||||||
|
|
||||||
int CTraffic::preferences(const char *section, const char *name, int def)
|
int CTraffic::preferences(const char *section, const char *name, int def)
|
||||||
{
|
{
|
||||||
@@ -483,7 +483,7 @@ namespace XSwiftBus
|
|||||||
removeAllPlanes();
|
removeAllPlanes();
|
||||||
}
|
}
|
||||||
|
|
||||||
const char *introspection_traffic =
|
static const char *introspection_traffic =
|
||||||
DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE
|
DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE
|
||||||
#include "org.swift_project.xswiftbus.traffic.xml"
|
#include "org.swift_project.xswiftbus.traffic.xml"
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user