3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
10 #ifndef CAPTURE_COMMENT_DIALOG_H
11 #define CAPTURE_COMMENT_DIALOG_H
13 #include "wireshark_dialog.h"
16 class CaptureCommentDialog
;
19 class CaptureCommentDialog
: public WiresharkDialog
24 explicit CaptureCommentDialog(QWidget
&parent
, CaptureFile
&capture_file
);
25 ~CaptureCommentDialog();
28 void captureCommentChanged();
33 void on_buttonBox_helpRequested();
34 void on_buttonBox_accepted();
35 void on_buttonBox_rejected();
38 QPushButton
*actionAddButton
;
39 Ui::CaptureCommentDialog
*ui
;
42 #endif // CAPTURE_COMMENT_DIALOG_H