summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/bluetooth/bluetoothBNEPedit.h
blob: 82d23ad8a95a2201ec3f36938ac06c5799d5ae39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "bluetoothBNEPdata.h"
#include "bluetoothBNEPGUI.h"

class BluetoothBNEPEdit  : public BluetoothBNEPGUI {

public :

    BluetoothBNEPEdit( QWidget * parent );

    QString acceptable( void );
    bool commit( BluetoothBNEPData & Data );
    void showData( BluetoothBNEPData & Data );

public slots :

    void SLOT_StartBTMgr( void );
};