summaryrefslogtreecommitdiff
path: root/noncore/net
Side-by-side diff
Diffstat (limited to 'noncore/net') (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
@@ -7,7 +7,11 @@
#include <qvaluelist.h>
namespace OpieTooth {
-
+ /**
+ * Device takes care of attaching serial
+ * devices to the blueZ stack.
+ * After attaching it hciconfig ups it
+ */
class Device : public QObject {
Q_OBJECT
@@ -40,7 +44,7 @@ namespace OpieTooth {
/**
* Is the device loaded?
* @return bool, if the device is loaded
-
+ */
bool isLoaded()const;
/**