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/entropy.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'examples/triage/entropy.h') diff --git a/examples/triage/entropy.h b/examples/triage/entropy.h index eb75cfee..a48097c4 100644 --- a/examples/triage/entropy.h +++ b/examples/triage/entropy.h @@ -14,7 +14,7 @@ class EntropyThread bool m_updated, m_running; std::thread m_thread; -public: + public: EntropyThread(BinaryViewRef data, size_t blockSize, QImage* image); ~EntropyThread(); @@ -26,7 +26,7 @@ public: class TriageView; -class EntropyWidget: public QWidget +class EntropyWidget : public QWidget { TriageView* m_view; BinaryViewRef m_data, m_rawData; @@ -35,16 +35,16 @@ class EntropyWidget: public QWidget QImage m_image; EntropyThread* m_thread; -public: + public: EntropyWidget(QWidget* parent, TriageView* view, BinaryViewRef data); virtual ~EntropyWidget(); virtual QSize sizeHint() const override; -protected: + protected: virtual void paintEvent(QPaintEvent* event) override; virtual void mousePressEvent(QMouseEvent* event) override; -private Q_SLOTS: + private Q_SLOTS: void timerExpired(); }; -- cgit v1.3.1