aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-07-08 16:54:18 +0000
committerGerald Combs <gerald@wireshark.org>2013-07-08 16:54:18 +0000
commit59644b38992b5ec556fcba348a4f3452199dbc2d (patch)
treecd42e84c3438a0903a94391e315bc4141d129fd3 /ui/qt/Makefile.common
parent5b7c3b31051c112c3ffa9e43d9e9fe701d028978 (diff)
New Qt feature: Show related packet list items in the frame number
column. Conversation spans (setup frame to last frame) are shown with a square bracket. Linked frames are shown with a circle. Use correct column justifications in Qt. Move common justification-related packet list code to ui/packet_list_utils.[ch]. Add a last_frame element to conversation_t. svn path=/trunk/; revision=50447
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 283229bc04..b87005a537 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -123,6 +123,7 @@ MOC_HDRS = \
progress_bar.h \
proto_tree.h \
recent_file_status.h \
+ related_packet_delegate.h \
search_frame.h \
simple_dialog_qt.h \
sparkline_delegate.h \
@@ -243,6 +244,7 @@ WIRESHARK_QT_SRC = \
proto_tree.cpp \
qt_ui_utils.cpp \
recent_file_status.cpp \
+ related_packet_delegate.cpp \
search_frame.cpp \
simple_dialog_qt.cpp \
sparkline_delegate.cpp \