mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 20:25:29 +08:00
committed by
Lars Toenning
parent
5e5b3f830d
commit
7691e42a5b
@@ -414,14 +414,14 @@ namespace BlackMisc::Aviation
|
||||
//! All rules as string
|
||||
static const QStringList &flightRules();
|
||||
|
||||
//! Is rule a VFR rule?
|
||||
//! @{
|
||||
//! Is rule a VFR rule?
|
||||
static bool isVFRRules(FlightRules rule);
|
||||
static bool isVFRRules(const QString &rule);
|
||||
//! @}
|
||||
|
||||
//! Is rule a IFR rule?
|
||||
//! @{
|
||||
//! Is rule a IFR rule?
|
||||
static bool isIFRRules(FlightRules rule);
|
||||
static bool isIFRRules(const QString &rule);
|
||||
//! @}
|
||||
|
||||
Reference in New Issue
Block a user