aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/Wireshark.pro
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2015-10-10 15:53:45 -0700
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2015-10-11 21:59:45 +0000
commit3221dbf542217cea5acd9ec764cf4779edaf65e8 (patch)
tree8999d3a38ee9a687737e35cdd39bde1ea7d18a2e /ui/qt/Wireshark.pro
parenta6673b3fde1cac904a405cb1125d547d064d3aa7 (diff)
LTE RLC graphs - initial version
Change-Id: Ic5f2c353ae1f787ac19cb575a938cb093ff5f6dc Reviewed-on: https://code.wireshark.org/review/10930 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'ui/qt/Wireshark.pro')
-rw-r--r--ui/qt/Wireshark.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt/Wireshark.pro b/ui/qt/Wireshark.pro
index a056d5b6b9..a2361c9124 100644
--- a/ui/qt/Wireshark.pro
+++ b/ui/qt/Wireshark.pro
@@ -245,6 +245,7 @@ FORMS += \
lbm_lbtru_transport_dialog.ui \
lbm_stream_dialog.ui \
lbm_uimflow_dialog.ui \
+ lte_rlc_graph_dialog.ui \
main_welcome.ui \
main_window.ui \
main_window_preferences_frame.ui \
@@ -329,6 +330,7 @@ HEADERS += $$HEADERS_WS_C \
lbm_stream_dialog.h \
lbm_uimflow_dialog.h \
lte_mac_statistics_dialog.h \
+ lte_rlc_graph_dialog.h \
lte_rlc_statistics_dialog.h \
main_window_preferences_frame.h \
manage_interfaces_dialog.h \
@@ -722,6 +724,7 @@ SOURCES += \
lbm_stream_dialog.cpp \
lbm_uimflow_dialog.cpp \
lte_mac_statistics_dialog.cpp \
+ lte_rlc_graph_dialog.cpp \
lte_rlc_statistics_dialog.cpp \
main_status_bar.cpp \
main_welcome.cpp \