summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/lib/device.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/net/opietooth/lib/device.h b/noncore/net/opietooth/lib/device.h
index 3798e0d..b2d277e 100644
--- a/noncore/net/opietooth/lib/device.h
+++ b/noncore/net/opietooth/lib/device.h
@@ -51,6 +51,11 @@ namespace OpieTooth {
51 51
52 signals: 52 signals:
53 53
54 /**
55 * Signals devicename and up status
56 * @return &device QString, Devicename
57 * @return up bool, if the device is up or not.
58 */
54 device(const QString& device, bool up ); 59 device(const QString& device, bool up );
55 }; 60 };
56}; 61};