From 02e80019f2dc8f01e51d8bdc62a1cabff69fd51e Mon Sep 17 00:00:00 2001 From: Roland Knall Date: Tue, 25 Jul 2017 16:47:16 +0200 Subject: Qt: Create models directory Following the move for widgets and utils directory, moving models and delegates to the utils directory. Guidelines for this directory are: - Implementation of a model - Implementation of a delegate - Utility class for data storage used by a model Note: additionally all includes affected by this move have been changed to absolute path includes, instead of relative ones. Change-Id: I3bb868af7d3570437682b722a0cd46c906628570 Reviewed-on: https://code.wireshark.org/review/22790 Reviewed-by: Roland Knall --- ui/qt/manage_interfaces_dialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui/qt/manage_interfaces_dialog.cpp') diff --git a/ui/qt/manage_interfaces_dialog.cpp b/ui/qt/manage_interfaces_dialog.cpp index c92d0a5b25..02a45e4713 100644 --- a/ui/qt/manage_interfaces_dialog.cpp +++ b/ui/qt/manage_interfaces_dialog.cpp @@ -28,8 +28,8 @@ #include "capture_opts.h" #include "ui/capture_globals.h" #include "ui/qt/capture_interfaces_dialog.h" -#include "ui/qt/interface_tree_cache_model.h" -#include "ui/qt/interface_sort_filter_model.h" +#include +#include #ifdef HAVE_PCAP_REMOTE #include "ui/qt/remote_capture_dialog.h" #include "ui/qt/remote_settings_dialog.h" @@ -49,7 +49,7 @@ #include "ui/capture_ui_utils.h" -#include +#include #include #include -- cgit v1.2.3