mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Ref T730, code style, adding namespaces
This commit is contained in:
committed by
Mat Sutcliffe
parent
329b1e8c9a
commit
99edc9cb13
@@ -23,7 +23,7 @@ int main(int argc, char *argv[])
|
||||
AFVMapReader *afvMapReader = new AFVMapReader(&a);
|
||||
afvMapReader->updateFromMap();
|
||||
|
||||
AFVClient voiceClient("https://voice1.vatsim.uk");
|
||||
CAfvClient voiceClient("https://voice1.vatsim.uk");
|
||||
|
||||
QQmlApplicationEngine engine;
|
||||
QQmlContext *ctxt = engine.rootContext();
|
||||
|
||||
Reference in New Issue
Block a user