summaryrefslogtreecommitdiff
path: root/ui/qt/lte_rlc_statistics_dialog.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2015-10-17 08:54:55 -0700
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2015-10-17 21:27:26 +0000
commit8efd83ef82a3a6895a956ae5ceafd8f97826b001 (patch)
tree0c99b3cc017e92b0e52f41571924ab88e9457421 /ui/qt/lte_rlc_statistics_dialog.h
parent8e9fc80e29b1fa8bfa85b37900ff150855c8efd6 (diff)
downloadwireshark-8efd83ef82a3a6895a956ae5ceafd8f97826b001.tar.gz
LTE RLC Graph: add support for going to packet clicked
Change-Id: I7e1ada7508c33f7ccea5703a9ea9e2a76ecdb706 Reviewed-on: https://code.wireshark.org/review/11118 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'ui/qt/lte_rlc_statistics_dialog.h')
-rw-r--r--ui/qt/lte_rlc_statistics_dialog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/qt/lte_rlc_statistics_dialog.h b/ui/qt/lte_rlc_statistics_dialog.h
index cbfec3309b..8d83b68f02 100644
--- a/ui/qt/lte_rlc_statistics_dialog.h
+++ b/ui/qt/lte_rlc_statistics_dialog.h
@@ -39,6 +39,12 @@ public:
protected:
+signals:
+ void launchRLCGraph(bool channelKnown,
+ guint16 ueid, guint8 rlcMode,
+ guint16 channelType, guint16 channelId,
+ guint8 direction);
+
private:
// Extra controls needed for this dialog.
QCheckBox *useRLCFramesFromMacCheckBox_;