aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/tcp_stream_dialog.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-09-25 11:57:55 +0200
committerAnders Broman <a.broman58@gmail.com>2019-09-17 08:34:46 +0000
commitef500e800abc7b571e2243c15695d80f831727c6 (patch)
treefec54b40af92382cf6fd9f65388b11d095b5d226 /ui/qt/tcp_stream_dialog.h
parent6d150bdf6272f5d0df5de86d71e0c7fabf479e7c (diff)
Update to qcustomplot 2.0.1
Upgrade the internal version of QCustomPlot to 2.0.1 Change-Id: I1eb372d8e6a2f6c1bbdde4c74596785bf2d405c2 Reviewed-on: https://code.wireshark.org/review/17980 Reviewed-by: Roland Knall <rknall@gmail.com> Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/tcp_stream_dialog.h')
-rw-r--r--ui/qt/tcp_stream_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/tcp_stream_dialog.h b/ui/qt/tcp_stream_dialog.h
index 00e95d7047..deb612d303 100644
--- a/ui/qt/tcp_stream_dialog.h
+++ b/ui/qt/tcp_stream_dialog.h
@@ -62,7 +62,7 @@ private:
double seq_offset_;
bool seq_origin_zero_;
struct tcp_graph graph_;
- QCPPlotTitle *title_;
+ QCPTextElement *title_;
QString stream_desc_;
QCPGraph *base_graph_; // Clickable packets
QCPGraph *tput_graph_;