From 6812c973c9fa9b4ad642ab81856c05f87bd6fcc4 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Thu, 27 Jan 2022 22:43:28 -0500 Subject: Format All Files --- ui/syncgroup.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ui/syncgroup.h') diff --git a/ui/syncgroup.h b/ui/syncgroup.h index ff4fd9d0..6600f8ce 100644 --- a/ui/syncgroup.h +++ b/ui/syncgroup.h @@ -9,7 +9,7 @@ class BINARYNINJAUIAPI SyncGroup ViewFrame* m_lastSyncFrame = nullptr; int m_id; -public: + public: SyncGroup(int id); void addMember(ViewFrame* frame); @@ -26,18 +26,18 @@ public: static void syncToTarget(View* srcView, ViewFrame* targetFrame, const ViewLocation& location); }; -class BINARYNINJAUIAPI SyncGroupWidget: public ClickableIcon +class BINARYNINJAUIAPI SyncGroupWidget : public ClickableIcon { Q_OBJECT ViewFrame* m_frame; -public: + public: SyncGroupWidget(ViewFrame* frame); void updateStatus(); void setViewFrame(ViewFrame* frame); -private Q_SLOTS: + private Q_SLOTS: void handleClick(); }; -- cgit v1.3.1