From bf219214455d98b037e7a40b4165a01df0a5abd9 Mon Sep 17 00:00:00 2001 From: Roland Knall Date: Fri, 18 Mar 2022 12:53:42 +0000 Subject: Qt: Allow capture from hidden interfaces Hidden interfaces where not able to be captured from, if they where displayed on the front page. This fixes that. Fixes #13354 --- ui/qt/welcome_page.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ui/qt/welcome_page.h') diff --git a/ui/qt/welcome_page.h b/ui/qt/welcome_page.h index e11a87146f..9d48cd8b42 100644 --- a/ui/qt/welcome_page.h +++ b/ui/qt/welcome_page.h @@ -59,7 +59,7 @@ private: QListWidget *recent_files_; signals: - void startCapture(); + void startCapture(QStringList); void recentFileActivated(QString cfile); void captureFilterSyntaxChanged(bool valid); void showExtcapOptions(QString &device_name, bool startCaptureOnClose); @@ -81,7 +81,8 @@ private slots: void removeRecentPath(); void on_interfaceFrame_showExtcapOptions(QString device_name, bool startCaptureOnClose); - void on_interfaceFrame_startCapture(); + void on_interfaceFrame_startCapture(QStringList); + void captureStarting(); }; #endif // WELCOME_PAGE_H -- cgit v1.2.3