--- a/src/eric7/MicroPython/WifiDialogs/WifiNetworksWindow.py Tue Mar 07 16:23:03 2023 +0100 +++ b/src/eric7/MicroPython/WifiDialogs/WifiNetworksWindow.py Wed Mar 08 14:25:24 2023 +0100 @@ -47,9 +47,10 @@ self.networkList.sortByColumn(0, Qt.SortOrder.AscendingOrder) + @pyqtSlot() def scanNetworks(self): """ - Public method to ask the device for a network scan and display the result. + Public slot to ask the device for a network scan and display the result. """ self.networkList.clear() self.statusLabel.clear()