mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
refs #395, renamed to updateFastPositionEnabled (consistency with other member functions)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
ecc4c787a1
commit
acec379151
@@ -10,13 +10,13 @@
|
||||
#include "airspace_watchdog.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
using namespace BlackMisc;
|
||||
using namespace BlackMisc::Aviation;
|
||||
using namespace BlackMisc::PhysicalQuantities;
|
||||
|
||||
namespace BlackCore
|
||||
{
|
||||
|
||||
using namespace BlackMisc;
|
||||
using namespace BlackMisc::Aviation;
|
||||
using namespace BlackMisc::PhysicalQuantities;
|
||||
|
||||
CAirspaceWatchdog::CAirspaceWatchdog(QObject *parent)
|
||||
: QObject(parent)
|
||||
{
|
||||
@@ -77,4 +77,4 @@ namespace BlackCore
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user