summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/bluetooth/bluetoothRFCOMMedit.h
blob: 14a6d645991f6a5ebdbeb401dab592768916b287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "bluetoothRFCOMMdata.h"
#include "bluetoothRFCOMMGUI.h"

class BluetoothRFCOMMEdit  : public BluetoothRFCOMMGUI {

public :

    BluetoothRFCOMMEdit( QWidget * parent );

    QString acceptable( void );
    void showData( BluetoothRFCOMMData & Data );
    bool commit( BluetoothRFCOMMData & Data );
};