summaryrefslogtreecommitdiff
path: root/ui/qt/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-06-08 11:33:16 -0700
committerGerald Combs <gerald@wireshark.org>2015-06-08 19:51:34 +0000
commit2d863b9782f19e0821cacfbf6c7ab17fa1183317 (patch)
treea402d791b8411dc33135b5e78b296b2158b2fcfb /ui/qt/Makefile.common
parent2533889f3c0116d64f374eab5677876c5366d134 (diff)
downloadwireshark-2d863b9782f19e0821cacfbf6c7ab17fa1183317.tar.gz
Add TapParameterDialog.
Split StatsTreeDialog into StatsTreeDialog and TapParameterDialog (its base class). This more closely matches the GTK+ UI and paves the way for more statistics dialogs. Change-Id: I2630385534e829d99724673ade372fcb33200d07 Reviewed-on: https://code.wireshark.org/review/8842 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/Makefile.common')
-rw-r--r--ui/qt/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index a93f3ebcea..a0396784a9 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -78,10 +78,10 @@ NODIST_GENERATED_HEADER_FILES = \
ui_sctp_graph_dialog.h \
ui_sctp_graph_arwnd_dialog.h \
ui_sctp_graph_byte_dialog.h \
- ui_stats_tree_dialog.h \
ui_search_frame.h \
ui_sequence_dialog.h \
ui_splash_overlay.h \
+ ui_tap_parameter_dialog.h \
ui_tcp_stream_dialog.h \
ui_time_shift_dialog.h \
ui_traffic_table_dialog.h \
@@ -209,6 +209,7 @@ MOC_HDRS = \
splash_overlay.h \
stats_tree_dialog.h \
syntax_line_edit.h \
+ tap_parameter_dialog.h \
tcp_stream_dialog.h \
time_shift_dialog.h \
traffic_table_dialog.h \
@@ -274,7 +275,7 @@ UI_FILES = \
search_frame.ui \
sequence_dialog.ui \
splash_overlay.ui \
- stats_tree_dialog.ui \
+ tap_parameter_dialog.ui \
tcp_stream_dialog.ui \
time_shift_dialog.ui \
traffic_table_dialog.ui \
@@ -422,6 +423,7 @@ WIRESHARK_QT_SRC = \
stats_tree_dialog.cpp \
stock_icon.cpp \
syntax_line_edit.cpp \
+ tap_parameter_dialog.cpp \
tcp_stream_dialog.cpp \
time_shift_dialog.cpp \
traffic_table_dialog.cpp \