|  |  |  | @ -98,10 +98,10 @@ void WifiManager::refreshFinished(QDBusPendingCallWatcher *watcher) { | 
			
		
	
		
			
				
					|  |  |  |  |   ipv4_address = getIp4Address(); | 
			
		
	
		
			
				
					|  |  |  |  |   seenNetworks.clear(); | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   const QDBusReply<QList<QDBusObjectPath>> wather_reply = *watcher; | 
			
		
	
		
			
				
					|  |  |  |  |   for (const QDBusObjectPath &path : wather_reply.value()) { | 
			
		
	
		
			
				
					|  |  |  |  |     QDBusReply<QVariantMap> replay = call(path.path(), NM_DBUS_INTERFACE_PROPERTIES, "GetAll", NM_DBUS_INTERFACE_ACCESS_POINT); | 
			
		
	
		
			
				
					|  |  |  |  |     auto properties = replay.value(); | 
			
		
	
		
			
				
					|  |  |  |  |   const QDBusReply<QList<QDBusObjectPath>> watcher_reply = *watcher; | 
			
		
	
		
			
				
					|  |  |  |  |   for (const QDBusObjectPath &path : watcher_reply.value()) { | 
			
		
	
		
			
				
					|  |  |  |  |     QDBusReply<QVariantMap> reply = call(path.path(), NM_DBUS_INTERFACE_PROPERTIES, "GetAll", NM_DBUS_INTERFACE_ACCESS_POINT); | 
			
		
	
		
			
				
					|  |  |  |  |     auto properties = reply.value(); | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     const QByteArray ssid = properties["Ssid"].toByteArray(); | 
			
		
	
		
			
				
					|  |  |  |  |     if (ssid.isEmpty()) continue; | 
			
		
	
	
		
			
				
					|  |  |  | 
 |