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/commentdialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/commentdialog.h') diff --git a/ui/commentdialog.h b/ui/commentdialog.h index ddff7f06..2a70c3eb 100644 --- a/ui/commentdialog.h +++ b/ui/commentdialog.h @@ -7,14 +7,14 @@ #include "uicontext.h" #include "uicomment.h" -class BINARYNINJAUIAPI CommentDialog: public QDialog +class BINARYNINJAUIAPI CommentDialog : public QDialog { Q_OBJECT DialogTextEdit* m_comment; UIComment m_uicomment; -public: + public: CommentDialog(QWidget* parent, const UIComment& comment); QString getNewComment(); QString getCurrentComment(); -- cgit v1.3.1