summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/wlan/wlanedit.cpp
blob: c884886f85f879e80db39463af8a0e0e3c1d4695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <GUIUtils.h>
#include "wlanedit.h"

WLanEdit::WLanEdit( QWidget * Parent ) : WLanGUI( Parent ){
}

QString WLanEdit::acceptable( void ) {
    return QString();
}

void WLanEdit::showData( WLanData_t & Data ) {
}

bool WLanEdit::commit( WLanData_t & Data ) {
    return 0;
}