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


BluetoothBNEPEdit::BluetoothBNEPEdit( QWidget * Parent ) : BluetoothBNEPGUI( Parent ){

}

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

bool BluetoothBNEPEdit::commit( BluetoothBNEPData & Data ) {
    return 0;
}

void BluetoothBNEPEdit::showData( BluetoothBNEPData & Data ) {
}