From 3061270426f89758e0bb53ba0b63b5daefece932 Mon Sep 17 00:00:00 2001 From: Mat Sutcliffe Date: Thu, 27 Jun 2019 00:17:37 +0100 Subject: [PATCH] fixup! Ref T690, aded SVFR and DVFR to FP --- src/blackmisc/aviation/flightplan.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/blackmisc/aviation/flightplan.h b/src/blackmisc/aviation/flightplan.h index 9aa2a44d0..6370437d1 100644 --- a/src/blackmisc/aviation/flightplan.h +++ b/src/blackmisc/aviation/flightplan.h @@ -396,15 +396,17 @@ namespace BlackMisc //! 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); - //! @ + //! @} //! Get aircraft ICAO code from equipment code like //! \remark we expect something like "H/B772/F" "B773" "B773/F"