summaryrefslogtreecommitdiff
path: root/noncore/net/networksetup/wlan/wlanmodule.h
Side-by-side diff
Diffstat (limited to 'noncore/net/networksetup/wlan/wlanmodule.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/networksetup/wlan/wlanmodule.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/net/networksetup/wlan/wlanmodule.h b/noncore/net/networksetup/wlan/wlanmodule.h
index 7ebe129..833d4b1 100644
--- a/noncore/net/networksetup/wlan/wlanmodule.h
+++ b/noncore/net/networksetup/wlan/wlanmodule.h
@@ -13,2 +13,3 @@ public:
+ virtual void setProfile(QString newProfile);
virtual bool isOwner(Interface *);
@@ -24,2 +25,3 @@ private:
QList<Interface> list;
+ QString profile;