From 779cfa04631a460282c8ba38e8446459d37451c3 Mon Sep 17 00:00:00 2001 From: Alfredo Monclus Date: Sun, 2 Mar 2025 06:36:40 -0300 Subject: [PATCH] taskpanel lineup comments --- src/Gui/QSint/actionpanel/actiongroup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Gui/QSint/actionpanel/actiongroup.h b/src/Gui/QSint/actionpanel/actiongroup.h index c92b9a9f43..518006a9e0 100644 --- a/src/Gui/QSint/actionpanel/actiongroup.h +++ b/src/Gui/QSint/actionpanel/actiongroup.h @@ -178,9 +178,9 @@ protected: double m_foldDelta = 0; ///< Change in height per animation step. double m_fullHeight = 0; ///< Full (expanded) height of the group. double m_tempHeight = 0; ///< Temporary height during animation. - int m_foldDirection = 0; ///< Direction of folding animation. + int m_foldDirection = 0; ///< Direction of folding animation. - QPixmap m_foldPixmap; ///< Pixmap for the fold/unfold icon. + QPixmap m_foldPixmap; ///< Pixmap for the fold/unfold icon. TaskHeader *myHeader = nullptr; ///< The group's header. TaskGroup *myGroup = nullptr; ///< The container for actions/widgets.