summaryrefslogtreecommitdiff
path: root/ui/qt/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-06-17 08:41:41 -0700
committerGerald Combs <gerald@wireshark.org>2015-06-18 00:46:50 +0000
commit9c28594529b79619643948128dc2bbbaa3dcbb0e (patch)
tree2bcff16babc1acceea9b0d83f7068c4b06f41443 /ui/qt/Makefile.common
parent2dd030d4f65286aad17f54c12b41471ec153ed4f (diff)
downloadwireshark-9c28594529b79619643948128dc2bbbaa3dcbb0e.tar.gz
Add a preferences editor frame.
This replaces the single preference editor dialog in the GTK+ UI. Change-Id: I10e030981e9f7d1ec121811593586b65cf0797c5 Reviewed-on: https://code.wireshark.org/review/8966 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.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index d9a46bd794..e01bfb4bc3 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -66,6 +66,7 @@ NODIST_GENERATED_HEADER_FILES = \
ui_packet_dialog.h \
ui_packet_format_group_box.h \
ui_packet_range_group_box.h \
+ ui_preference_editor_frame.h \
ui_preferences_dialog.h \
ui_print_dialog.h \
ui_profile_dialog.h \
@@ -186,6 +187,7 @@ MOC_HDRS = \
packet_list.h \
packet_list_model.h \
packet_range_group_box.h \
+ preference_editor_frame.h \
preferences_dialog.h \
print_dialog.h \
profile_dialog.h \
@@ -265,6 +267,7 @@ UI_FILES = \
packet_range_group_box.ui \
packet_comment_dialog.ui \
packet_dialog.ui \
+ preference_editor_frame.ui \
preferences_dialog.ui \
print_dialog.ui \
profile_dialog.ui \
@@ -403,6 +406,7 @@ WIRESHARK_QT_SRC = \
packet_list_model.cpp \
packet_list_record.cpp \
packet_range_group_box.cpp \
+ preference_editor_frame.cpp \
preferences_dialog.cpp \
print_dialog.cpp \
profile_dialog.cpp \