Formatting changes

This commit is contained in:
WarmUpTill
2024-03-12 20:54:53 +01:00
committed by WarmUpTill
parent 82d1aed472
commit b17a6cc109
10 changed files with 28 additions and 20 deletions

View File

@@ -7,7 +7,8 @@
namespace advss {
Section::Section(const int animationDuration, QWidget *parent)
: QWidget(parent), _animationDuration(animationDuration)
: QWidget(parent),
_animationDuration(animationDuration)
{
_toggleButton = new QToolButton(this);
_headerLine = new QFrame(this);