aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2015-09-28 03:38:29 -0700
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2015-09-28 16:14:06 +0000
commit32849b2877a153b04a5833f57c969f0854c5695e (patch)
treec74ade645b4e26ccbb819400034c7e83acd29a4d /ui/qt/main_window.h
parentea2b45104028e840e05820256a3530cf2ab970ec (diff)
LTE RLC Statistics Dialog
Change-Id: Id0af0227a398fd06ba37c23097fa6809db432d0f Reviewed-on: https://code.wireshark.org/review/10669 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/main_window.h')
-rw-r--r--ui/qt/main_window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index 40fbc53d42..99d51f0b31 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -535,6 +535,8 @@ private slots:
void on_actionTelephonyVoipCalls_triggered();
void on_actionTelephonyGsmMapSummary_triggered();
void statCommandLteMacStatistics(const char *arg, void *);
+ void on_actionTelephonyLteRlcStatistics_triggered();
+ void statCommandLteRlcStatistics(const char *arg, void *);
void on_actionTelephonyLteMacStatistics_triggered();
void on_actionTelephonyIax2StreamAnalysis_triggered();
void on_actionTelephonyISUPMessages_triggered();