summaryrefslogtreecommitdiff
path: root/ui/qt/import_text_dialog.h
diff options
context:
space:
mode:
authorIrene RĂ¼ngeler <I.Ruengeler@fh-muenster.de>2013-04-05 06:43:38 +0000
committerIrene RĂ¼ngeler <I.Ruengeler@fh-muenster.de>2013-04-05 06:43:38 +0000
commitb34e4d5fee812e7184f3a63dd67f508fc31e87ed (patch)
treefffdf06449202d888834e7f2db05e88c8f683d77 /ui/qt/import_text_dialog.h
parent352b96d735990e93a6dd94b8917e910f405cb109 (diff)
downloadwireshark-b34e4d5fee812e7184f3a63dd67f508fc31e87ed.tar.gz
Add checkbox for the direction indication to the "Import from Hex Dump" dialog.
svn path=/trunk/; revision=48745
Diffstat (limited to 'ui/qt/import_text_dialog.h')
-rw-r--r--ui/qt/import_text_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/import_text_dialog.h b/ui/qt/import_text_dialog.h
index 957c91f2a4..49a460aedf 100644
--- a/ui/qt/import_text_dialog.h
+++ b/ui/qt/import_text_dialog.h
@@ -71,6 +71,7 @@ private slots:
void on_textFileLineEdit_textChanged(const QString &arg1);
void on_encapComboBox_currentIndexChanged(int index);
void on_dateTimeLineEdit_textChanged(const QString &arg1);
+ void on_directionIndicationCheckBox_toggled(bool checked);
void on_noDummyButton_toggled(bool checked);
void on_ethernetButton_toggled(bool checked);
void on_ipv4Button_toggled(bool checked);