summaryrefslogtreecommitdiff
path: root/ui/expandablegroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/expandablegroup.h')
-rw-r--r--ui/expandablegroup.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/expandablegroup.h b/ui/expandablegroup.h
index ee952171..1b28152e 100644
--- a/ui/expandablegroup.h
+++ b/ui/expandablegroup.h
@@ -10,18 +10,18 @@ class BINARYNINJAUIAPI ExpandableGroup : public QWidget
{
Q_OBJECT
-private:
+ private:
QToolButton* m_button;
QParallelAnimationGroup* m_animation;
QScrollArea* m_content;
int m_duration = 100;
-private Q_SLOTS:
+ private Q_SLOTS:
void toggled(bool expanded);
-public:
- explicit ExpandableGroup(QLayout* contentLayout, const QString& title = "", QWidget* parent = nullptr,
- bool expanded = false);
+ public:
+ explicit ExpandableGroup(
+ QLayout* contentLayout, const QString& title = "", QWidget* parent = nullptr, bool expanded = false);
void setupAnimation(QLayout* contentLayout);
void setTitle(const QString& title) { m_button->setText(title); }
void toggle(bool expanded);