having a better abstraction for network stuff as manager for other methods
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef NETWORKMANAGER_H
|
||||
#define NETWORKMANAGER_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QAbstractListModel>
|
||||
#include <network.h>
|
||||
|
||||
class NetworkManager : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
QList<Network> scanForNetworks();
|
||||
};
|
||||
|
||||
#endif // NETWORKMANAGER_H
|
||||
Reference in New Issue
Block a user