summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/bluetooth/bluetoothRFCOMMedit.h
Unidiff
Diffstat (limited to 'noncore/settings/networksettings2/bluetooth/bluetoothRFCOMMedit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/bluetooth/bluetoothRFCOMMedit.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/bluetooth/bluetoothRFCOMMedit.h b/noncore/settings/networksettings2/bluetooth/bluetoothRFCOMMedit.h
new file mode 100644
index 0000000..14a6d64
--- a/dev/null
+++ b/noncore/settings/networksettings2/bluetooth/bluetoothRFCOMMedit.h
@@ -0,0 +1,13 @@
1#include "bluetoothRFCOMMdata.h"
2#include "bluetoothRFCOMMGUI.h"
3
4class BluetoothRFCOMMEdit : public BluetoothRFCOMMGUI {
5
6public :
7
8 BluetoothRFCOMMEdit( QWidget * parent );
9
10 QString acceptable( void );
11 void showData( BluetoothRFCOMMData & Data );
12 bool commit( BluetoothRFCOMMData & Data );
13};