From f381d3ddeae5b9f23ccbb5c5975be679f292b089 Mon Sep 17 00:00:00 2001 From: Thomas Wilshaw Date: Fri, 18 Dec 2020 15:04:50 +0000 Subject: [PATCH] Add extra documentation --- app/widget/slider/rationalslider.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/widget/slider/rationalslider.h b/app/widget/slider/rationalslider.h index 093714541..bdff39d4b 100644 --- a/app/widget/slider/rationalslider.h +++ b/app/widget/slider/rationalslider.h @@ -88,8 +88,14 @@ public: */ void SetDisplayType(const DisplayType& type); + /** + * @brief Set whether the user can change the display type or not + */ void SetLockDisplayType(bool e); + /** + * @brief Get whether the user can change the display type or not + */ bool LockDisplayType(); void SetAutoTrimDecimalPlaces(bool e);