summaryrefslogtreecommitdiff
path: root/ui/qt/packet_comment_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/packet_comment_dialog.h')
-rw-r--r--ui/qt/packet_comment_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt/packet_comment_dialog.h b/ui/qt/packet_comment_dialog.h
index 2822841e0b..ecd679ba2e 100644
--- a/ui/qt/packet_comment_dialog.h
+++ b/ui/qt/packet_comment_dialog.h
@@ -33,12 +33,12 @@ class PacketCommentDialog;
class PacketCommentDialog : public QDialog
{
Q_OBJECT
-
+
public:
explicit PacketCommentDialog(QWidget *parent = 0, QString comment = QString());
~PacketCommentDialog();
QString text();
-
+
private slots:
void on_buttonBox_helpRequested();