summaryrefslogtreecommitdiff
path: root/ui/qt/tcp_stream_dialog.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-09-16 17:28:42 +0000
committerGerald Combs <gerald@wireshark.org>2013-09-16 17:28:42 +0000
commitf36c727fb06d6f6b90ecba79c8ccd77379fe7ebd (patch)
treef253adf26176c72f927c5c380630efa0e7527ed2 /ui/qt/tcp_stream_dialog.h
parent6a1bd211fd9296071cf4b6b0adff91d9eaca81e3 (diff)
downloadwireshark-f36c727fb06d6f6b90ecba79c8ccd77379fe7ebd.tar.gz
Add stream information to the hint label. Update our hint more often.
Add a "to do" list. svn path=/trunk/; revision=52102
Diffstat (limited to 'ui/qt/tcp_stream_dialog.h')
-rw-r--r--ui/qt/tcp_stream_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/tcp_stream_dialog.h b/ui/qt/tcp_stream_dialog.h
index 8ebfa810a3..c474b07e2a 100644
--- a/ui/qt/tcp_stream_dialog.h
+++ b/ui/qt/tcp_stream_dialog.h
@@ -73,6 +73,7 @@ private:
bool seq_origin_zero_;
struct tcp_graph graph_;
QCPPlotTitle *title_;
+ QString stream_desc_;
QCPGraph *base_graph_; // Clickable packets
QCPGraph *tput_graph_;
QCPGraph *seg_graph_;