summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/wlan/wlanmodule.h
Unidiff
Diffstat (limited to 'noncore/settings/networksettings/wlan/wlanmodule.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/wlan/wlanmodule.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/noncore/settings/networksettings/wlan/wlanmodule.h b/noncore/settings/networksettings/wlan/wlanmodule.h
index 63f0949..1418ce8 100644
--- a/noncore/settings/networksettings/wlan/wlanmodule.h
+++ b/noncore/settings/networksettings/wlan/wlanmodule.h
@@ -11,5 +11,6 @@ signals:
11public: 11public:
12 WLANModule(); 12 WLANModule();
13 13 ~WLANModule();
14
14 virtual void setProfile(QString newProfile); 15 virtual void setProfile(QString newProfile);
15 virtual bool isOwner(Interface *); 16 virtual bool isOwner(Interface *);
@@ -17,5 +18,5 @@ public:
17 virtual QWidget *information(Interface *i, QTabWidget **tabWidget); 18 virtual QWidget *information(Interface *i, QTabWidget **tabWidget);
18 virtual QList<Interface> getInterfaces(); 19 virtual QList<Interface> getInterfaces();
19 virtual void possibleNewInterfaces(QMap<QString, QString> &list){}; 20 virtual void possibleNewInterfaces(QMap<QString, QString> &){};
20 virtual Interface *addNewInterface(QString name); 21 virtual Interface *addNewInterface(QString name);
21 virtual bool remove(Interface* i); 22 virtual bool remove(Interface* i);