summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/wlan/wlanedit.h
blob: b7442d5ed0cc011d47e6fb1ddaf28cddffb4d235 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 );
};