From a08c624d624f8cdf7a2bf6ae6190b5e49291a470 Mon Sep 17 00:00:00 2001 From: "loh.tar" Date: Sun, 24 Mar 2024 05:24:47 +0100 Subject: [PATCH] Remove unneeded check After a little playing, it looks like that will never happens, we will break the loop already at the first check if bss.isEmpty --- src/scanresults.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/scanresults.cpp b/src/scanresults.cpp index bba8e68..1d63063 100644 --- a/src/scanresults.cpp +++ b/src/scanresults.cpp @@ -207,8 +207,6 @@ void ScanResults::updateResults() { if (selectedBSSID == bssid) selectedNetwork = item; } - if (bssid.isEmpty()) - break; } // Because the result of this resizing...