making it work

This commit is contained in:
talksik
2024-02-08 13:33:01 -08:00
parent 8483a9f7ab
commit f347a5d936
4 changed files with 44 additions and 14 deletions
+3
View File
@@ -39,6 +39,9 @@ public:
public slots:
void scan();
protected:
QHash<int, QByteArray> roleNames() const;
private:
QList<Network> m_networks;
NetworkScanner m_networkScanner;