having a better abstraction for network stuff as manager for other methods

This commit is contained in:
talksik
2024-02-09 12:14:04 -08:00
parent 68596b75c5
commit edefbf5b13
6 changed files with 23 additions and 31 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ void NetworksModel::scan()
{
beginResetModel();
QList<Network> networks = this->m_networkScanner.scanForNetworks();
QList<Network> networks = this->m_networkmanager.scanForNetworks();
this->m_networks = networks;
endResetModel();