summaryrefslogtreecommitdiff
path: root/ui/qt/import_text_dialog.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-09-18 00:17:04 +0000
committerGerald Combs <gerald@wireshark.org>2012-09-18 00:17:04 +0000
commitf6f174ffecbcba913234ab4c8217ca9d00118fb4 (patch)
tree9d3374a882cd6f5fa91e0c19ee0b9680f5dd4b4c /ui/qt/import_text_dialog.h
parent7334bc59e52ac3490618edde95c36168c3815c4d (diff)
downloadwireshark-f6f174ffecbcba913234ab4c8217ca9d00118fb4.tar.gz
Make the help button do something.
svn path=/trunk/; revision=44960
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 d67cf392af..e0c7302e17 100644
--- a/ui/qt/import_text_dialog.h
+++ b/ui/qt/import_text_dialog.h
@@ -84,6 +84,7 @@ private slots:
void on_tagLineEdit_textChanged(const QString &tag_str);
void on_ppiLineEdit_textChanged(const QString &ppi_str);
void on_maxLengthLineEdit_textChanged(const QString &max_frame_len_str);
+ void on_buttonBox_helpRequested();
};