summaryrefslogtreecommitdiff
path: root/ui/qt/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-07-07 16:18:00 -0700
committerGerald Combs <gerald@wireshark.org>2015-07-08 17:01:15 +0000
commit4eca2689357fad460908c2b7a74cbdb8cb5d0f4e (patch)
treeca2ef75e2a451b0d1c3f8f632ee30fdfb1a22240 /ui/qt/Makefile.common
parentd3f71f923a67547974c09e4a90e6865c34e0163e (diff)
downloadwireshark-4eca2689357fad460908c2b7a74cbdb8cb5d0f4e.tar.gz
Add SimpleStatisticsDialog.
To do: - Refactor dynamic menu item placement. Change-Id: I087de9f2fa3c2ff7dc08e5d54bc9c1b984fdd7b1 Reviewed-on: https://code.wireshark.org/review/9561 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/Makefile.common')
-rw-r--r--ui/qt/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index 531fb3c6c0..24b14989e2 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -219,6 +219,7 @@ MOC_HDRS = \
sequence_dialog.h \
service_response_time_dialog.h \
simple_dialog.h \
+ simple_statistics_dialog.h \
sparkline_delegate.h \
splash_overlay.h \
stats_tree_dialog.h \
@@ -447,6 +448,7 @@ WIRESHARK_QT_SRC = \
sequence_dialog.cpp \
service_response_time_dialog.cpp \
simple_dialog.cpp \
+ simple_statistics_dialog.cpp \
sparkline_delegate.cpp \
splash_overlay.cpp \
stats_tree_dialog.cpp \