summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/bluetooth/bluetoothBNEPedit.h
blob: d546f1ecec2d2a9d2be1537f940ab097a748d24a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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 );
};