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

BluetoothRFCOMMEdit::BluetoothRFCOMMEdit( QWidget * Parent ) : 
      BluetoothRFCOMMGUI( Parent ){

}

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

void BluetoothRFCOMMEdit::showData( BluetoothRFCOMMData & Data ) {
}

bool BluetoothRFCOMMEdit::commit( BluetoothRFCOMMData & Data ) {
    return 0;
}