diff options
Diffstat (limited to 'ui/commentdialog.h')
| -rw-r--r-- | ui/commentdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |
