summaryrefslogtreecommitdiff
path: root/ui/qt/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-09-10 14:42:07 -0700
committerGerald Combs <gerald@wireshark.org>2015-09-11 15:27:21 +0000
commitb55ae49ba1947ae5cbf8ad12ff3b8855a5fd7813 (patch)
treeb5c6c723a66d803b1c61b4602dd1b9bc835660cf /ui/qt/Makefile.common
parent5a3ad8fe06f12fc68ccb99a2b1ebd90e2bbf263c (diff)
downloadwireshark-b55ae49ba1947ae5cbf8ad12ff3b8855a5fd7813.tar.gz
Make StockIconToolButton independent.
A recent set of changes replaced the "dfilter_erase_" images with an "x-filter-clear" stock icon set. Move StockIconToolButton to its own compilation unit. Use it in CaptureFilterEdit and ProgressFrame to load the "x-filter-clear" icon. Bug: 11516 Change-Id: I5d5864d089fb56827d130d493d53e7de6a7c03b5 Reviewed-on: https://code.wireshark.org/review/10475 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.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index a796e46f89..04449457f4 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -244,6 +244,7 @@ MOC_HDRS = \
sparkline_delegate.h \
splash_overlay.h \
stats_tree_dialog.h \
+ stock_icon_tool_button.h \
syntax_line_edit.h \
tap_parameter_dialog.h \
tcp_stream_dialog.h \
@@ -483,6 +484,7 @@ WIRESHARK_QT_SRC = \
sparkline_delegate.cpp \
splash_overlay.cpp \
stock_icon.cpp \
+ stock_icon_tool_button.cpp \
syntax_line_edit.cpp \
tap_parameter_dialog.cpp \
tcp_stream_dialog.cpp \