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