summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/lib/device.h
Unidiff
Diffstat (limited to 'noncore/net/opietooth/lib/device.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/lib/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opietooth/lib/device.h b/noncore/net/opietooth/lib/device.h
index d6cf049..d23f24c 100644
--- a/noncore/net/opietooth/lib/device.h
+++ b/noncore/net/opietooth/lib/device.h
@@ -51,17 +51,17 @@ namespace OpieTooth {
51 * Returns the device name 51 * Returns the device name
52 * @return QString, the device name 52 * @return QString, the device name
53 */ 53 */
54 QString devName()const ; // hci0 54 QString devName()const ; // hci0
55 55
56 signals: 56 signals:
57 57
58 /** 58 /**
59 * Signals devicename and up status 59 * Signals devicename and up status
60 * @return &device QString, Devicename 60 * @return &device QString, Devicename
61 * @return up bool, if the device is up or not. 61 * @return up bool, if the device is up or not.
62 */ 62 */
63 device(const QString& device, bool up ); 63 void device(const QString& device, bool up );
64 }; 64 };
65}; 65};
66 66
67#endif 67#endif