Skip to content

Commit

Permalink
Fix API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kebekus committed Apr 2, 2020
1 parent e8496b8 commit a2d1996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GlobalSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit a2d1996

Please sign in to comment.