aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/lte_rlc_statistics_dialog.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2017-12-23 14:58:29 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2017-12-23 18:36:44 +0000
commitc60d7bb199afbd752aaa3640cfee222585dd3e25 (patch)
tree189435116648f8945933020107161ac1f3cb0234 /ui/qt/lte_rlc_statistics_dialog.h
parent7d88ca5cf98d8b3dab93e02f4e9136ca699a0400 (diff)
LTE RLC stats: supply fields for Save As..
Also use double rather than float for bandwidth calculations. There is an issue where TapParameterDialog is not showing the last 2 column headings - most likely because 2 of the column headings are not used by UE entries (only channel entries). Will investigate after this. Change-Id: I3f691990b723434176060916153786665034b8d1 Reviewed-on: https://code.wireshark.org/review/24960 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Tested-by: Petri Dish Buildbot 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/lte_rlc_statistics_dialog.h b/ui/qt/lte_rlc_statistics_dialog.h
index d81ac57268..0cb5c87538 100644
--- a/ui/qt/lte_rlc_statistics_dialog.h
+++ b/ui/qt/lte_rlc_statistics_dialog.h
@@ -66,6 +66,8 @@ private:
virtual const QString filterExpression();
+ QList<QVariant> treeItemData(QTreeWidgetItem *item) const;
+
private slots:
virtual void fillTree();
void updateItemSelectionChanged();