summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/lib/device.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/lib/device.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/lib/device.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/noncore/net/opietooth/lib/device.h b/noncore/net/opietooth/lib/device.h
index c0e2658..ce7fccc 100644
--- a/noncore/net/opietooth/lib/device.h
+++ b/noncore/net/opietooth/lib/device.h
@@ -13,3 +13,3 @@ namespace OpieTooth {
/**
- * Device takes care of attaching serial
+ * Device takes care of attaching serial
* devices to the blueZ stack.
@@ -18,3 +18,4 @@ namespace OpieTooth {
class Device : public QObject {
- Q_OBJECT
+
+ Q_OBJECT
@@ -28,4 +29,5 @@ namespace OpieTooth {
* @param &mode QString the mode
+ * @param &speed QString the speed of the device, can be left blank
*/
- Device(const QString &device, const QString& mode);
+ Device(const QString &device, const QString& mode, const QString& speed);
@@ -79,2 +81,3 @@ namespace OpieTooth {
QString m_mode;
+ QString m_speed;
pid_t pid;