aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-09-09 19:23:17 +0000
committerJörg Mayer <jmayer@loplof.de>2013-09-09 19:23:17 +0000
commita34dd7e13f2b07cb2813c781cb9f928c71fcd825 (patch)
treec3ae453aa39ab6551475ce5736662e0a4896d341 /ui
parent8e5006a03fe848c5a319a8b63185f9754a43a311 (diff)
The previous commit contained some WIP: Check which files
still generate warnings. Finish that. Only qcustomplot.cpp does. Move the rest to clean. svn path=/trunk/; revision=51878
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/ui/qt/CMakeLists.txt b/ui/qt/CMakeLists.txt
index cb66674c39..879b71a1f7 100644
--- a/ui/qt/CMakeLists.txt
+++ b/ui/qt/CMakeLists.txt
@@ -120,6 +120,7 @@ set(CLEAN_FILES
packet_format_group_box.cpp
packet_list.cpp
packet_list_model.cpp
+ packet_list_record.cpp
packet_range_group_box.cpp
preferences_dialog.cpp
print_dialog.cpp
@@ -139,12 +140,10 @@ set(CLEAN_FILES
time_shift_dialog.cpp
uat_dialog.cpp
wireshark_application.cpp
-
- packet_list_record.cpp
- qcustomplot.cpp
)
set(DIRTY_FILES
+ qcustomplot.cpp
)
set(QTSHARK_UI