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 PACKET_COMMENT_DIALOG_H
11 #define PACKET_COMMENT_DIALOG_H
13 #include "geometry_state_dialog.h"
16 class PacketCommentDialog
;
19 class PacketCommentDialog
: public GeometryStateDialog
24 explicit PacketCommentDialog(bool isEdit
, QWidget
*parent
= 0, QString comment
= QString());
25 ~PacketCommentDialog();
29 void on_buttonBox_helpRequested();
32 Ui::PacketCommentDialog
*pc_ui_
;
35 #endif // PACKET_COMMENT_DIALOG_H