summaryrefslogtreecommitdiff
path: root/noncore/net/networksetup/module.h
Side-by-side diff
Diffstat (limited to 'noncore/net/networksetup/module.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/networksetup/module.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/noncore/net/networksetup/module.h b/noncore/net/networksetup/module.h
index 0c81928..a30f492 100644
--- a/noncore/net/networksetup/module.h
+++ b/noncore/net/networksetup/module.h
@@ -18,6 +18,13 @@ public:
Module(){};
/**
+ * The current profile has been changed and the module should do any
+ * neccesary changes also.
+ * @param newProfile what the profile should be changed to.
+ */
+ virtual void setProfile(QString newProfile) = 0;
+
+ /**
* get the icon name for this device.
* @param Interface* can be used in determining the icon.
* @return QString the icon name (minus .png, .gif etc)