summaryrefslogtreecommitdiff
path: root/noncore/net/networksetup/wlan/wlanmodule.h
Unidiff
Diffstat (limited to 'noncore/net/networksetup/wlan/wlanmodule.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/networksetup/wlan/wlanmodule.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/noncore/net/networksetup/wlan/wlanmodule.h b/noncore/net/networksetup/wlan/wlanmodule.h
index 63f0949..1418ce8 100644
--- a/noncore/net/networksetup/wlan/wlanmodule.h
+++ b/noncore/net/networksetup/wlan/wlanmodule.h
@@ -12,3 +12,4 @@ public:
12 WLANModule(); 12 WLANModule();
13 13 ~WLANModule();
14
14 virtual void setProfile(QString newProfile); 15 virtual void setProfile(QString newProfile);
@@ -18,3 +19,3 @@ public:
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);