summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/bluetooth/bluetoothRFCOMMedit.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings2/bluetooth/bluetoothRFCOMMedit.h') (more/less context) (show 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 @@
+#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 );
+};