diff --git a/src/GlobalSettings.h b/src/GlobalSettings.h index cf16fdb05..2a56bd2b1 100644 --- a/src/GlobalSettings.h +++ b/src/GlobalSettings.h @@ -75,7 +75,7 @@ class GlobalSettings : public QObject /*! \brief Setter function for property of the same name * - * @param accepted Property acceptedTerms + * @param terms Property acceptedTerms */ void setAcceptedTerms(int terms); @@ -104,7 +104,7 @@ class GlobalSettings : public QObject * * @param hUA Property hideUpperAirspaces */ - void setHideUpperAirspaces(bool hide); + void setHideUpperAirspaces(bool hUA); /*! \brief Hide airspaces with lower bound FL100 or above */ Q_PROPERTY(bool keepScreenOn READ keepScreenOn WRITE setKeepScreenOn NOTIFY keepScreenOnChanged)