From a2d1996998ab559ea9d2efc684b2a8e16d7811da Mon Sep 17 00:00:00 2001 From: Stefan Kebekus Date: Thu, 2 Apr 2020 07:43:56 +0200 Subject: [PATCH] Fix API documentation --- src/GlobalSettings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)