From 6812c973c9fa9b4ad642ab81856c05f87bd6fcc4 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Thu, 27 Jan 2022 22:43:28 -0500 Subject: Format All Files --- examples/triage/sections.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/triage/sections.h') diff --git a/examples/triage/sections.h b/examples/triage/sections.h index 09c9ea63..00285df8 100644 --- a/examples/triage/sections.h +++ b/examples/triage/sections.h @@ -4,21 +4,21 @@ #include "uitypes.h" -class SegmentsWidget: public QWidget +class SegmentsWidget : public QWidget { std::vector m_segments; -public: + public: SegmentsWidget(QWidget* parent, BinaryViewRef data); const std::vector& GetSegments() const { return m_segments; } }; -class SectionsWidget: public QWidget +class SectionsWidget : public QWidget { std::vector m_sections; -public: + public: SectionsWidget(QWidget* parent, BinaryViewRef data); const std::vector& GetSections() const { return m_sections; } }; -- cgit v1.3.1