URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9ad5dc26dd1e0400d209e0024cff44af3c90031c
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
9ad5dc2 by Roland Knall (rknall@xxxxxxxxx):
Qt: Move widgets to sub-directory
General code cleanup
Change-Id: Ic99fc24b8f8c6142a7ec46f535f8d5b896236390
Reviewed-on: https://code.wireshark.org/review/33769
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from ae089f1 RTPS: Topic Information feature not working with RTI Connext DDS 6
add 9ad5dc2 Qt: Move widgets to sub-directory
Summary of changes:
ui/qt/CMakeLists.txt | 10 +++++-----
ui/qt/main.cpp | 2 +-
ui/qt/main_window.cpp | 2 +-
ui/qt/main_window.ui | 2 +-
ui/qt/main_window_slots.cpp | 2 +-
ui/qt/welcome_page.h | 2 +-
ui/qt/{ => widgets}/splash_overlay.cpp | 0
ui/qt/{ => widgets}/splash_overlay.h | 0
ui/qt/{ => widgets}/splash_overlay.ui | 0
ui/qt/{ => widgets}/wireless_timeline.cpp | 0
ui/qt/{ => widgets}/wireless_timeline.h | 0
11 files changed, 10 insertions(+), 10 deletions(-)
rename ui/qt/{ => widgets}/splash_overlay.cpp (100%)
rename ui/qt/{ => widgets}/splash_overlay.h (100%)
rename ui/qt/{ => widgets}/splash_overlay.ui (100%)
rename ui/qt/{ => widgets}/wireless_timeline.cpp (100%)
rename ui/qt/{ => widgets}/wireless_timeline.h (100%)