summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/lib/device.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/noncore/net/opietooth/lib/device.h b/noncore/net/opietooth/lib/device.h
index b2d277e..d6cf049 100644
--- a/noncore/net/opietooth/lib/device.h
+++ b/noncore/net/opietooth/lib/device.h
@@ -9,3 +9,7 @@
9namespace OpieTooth { 9namespace OpieTooth {
10 10 /**
11 * Device takes care of attaching serial
12 * devices to the blueZ stack.
13 * After attaching it hciconfig ups it
14 */
11 class Device : public QObject { 15 class Device : public QObject {
@@ -42,3 +46,3 @@ namespace OpieTooth {
42 * @return bool, if the device is loaded 46 * @return bool, if the device is loaded
43 47 */
44 bool isLoaded()const; 48 bool isLoaded()const;