From 9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:14:33 +0200 Subject: Merging upstream version 4.4.0. Signed-off-by: Daniel Baumann --- ui/qt/interface_frame.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ui/qt/interface_frame.h') diff --git a/ui/qt/interface_frame.h b/ui/qt/interface_frame.h index f36ce945..211350e7 100644 --- a/ui/qt/interface_frame.h +++ b/ui/qt/interface_frame.h @@ -15,8 +15,6 @@ #include -#include - #include #include #include @@ -52,6 +50,9 @@ Q_SIGNALS: void typeSelectionChanged(); public slots: +#ifdef HAVE_LIBPCAP + void scanLocalInterfaces(GList *filter_list = nullptr); +#endif void updateSelectedInterfaces(); void interfaceListChanged(); void toggleHiddenInterfaces(); -- cgit v1.2.3