summaryrefslogtreecommitdiff
path: root/ui/qt/follow_stream_dialog.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-11-15 00:30:07 +0000
committerGerald Combs <gerald@wireshark.org>2013-11-15 00:30:07 +0000
commitafd79c323e7c62d81f438599af5c5243704f7cfd (patch)
tree4f478881d040a1de01b85c5901add5a65b2bad8e /ui/qt/follow_stream_dialog.cpp
parent2fb674f7399f122bdf3cdb9d3f7df259bf4e663a (diff)
downloadwireshark-afd79c323e7c62d81f438599af5c5243704f7cfd.tar.gz
Add a "to do" item.
svn path=/trunk/; revision=53335
Diffstat (limited to 'ui/qt/follow_stream_dialog.cpp')
-rw-r--r--ui/qt/follow_stream_dialog.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/qt/follow_stream_dialog.cpp b/ui/qt/follow_stream_dialog.cpp
index b1126f49d1..6573b71bec 100644
--- a/ui/qt/follow_stream_dialog.cpp
+++ b/ui/qt/follow_stream_dialog.cpp
@@ -67,6 +67,10 @@
#include <QTextEdit>
#include <QTextStream>
+// To do:
+// - Instead of calling QMessageBox, display the error message in the text
+// box and disable the appropriate controls.
+
FollowStreamDialog::FollowStreamDialog(QWidget *parent, follow_type_t type, capture_file *cf) :
QDialog(parent),
ui(new Ui::FollowStreamDialog),