summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/wlan/wlanedit.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings2/wlan/wlanedit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/wlan/wlanedit.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/wlan/wlanedit.h b/noncore/settings/networksettings2/wlan/wlanedit.h
new file mode 100644
index 0000000..b7442d5
--- a/dev/null
+++ b/noncore/settings/networksettings2/wlan/wlanedit.h
@@ -0,0 +1,12 @@
+#include "wlandata.h"
+#include "wlanGUI.h"
+
+class WLanEdit : public WLanGUI {
+
+public :
+
+ WLanEdit( QWidget * parent );
+ QString acceptable( void );
+ void showData( WLanData_t & Data );
+ bool commit( WLanData_t & Data );
+};