summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/lib/device.h
authorzecke <zecke>2002-05-30 21:32:24 (UTC)
committer zecke <zecke>2002-05-30 21:32:24 (UTC)
commit7eff37a7c8744fd0eee7bb93b42913fc9e213827 (patch) (unidiff)
tree87181fd64a3b0222e0781f4f8e55b168f1f4992c /noncore/net/opietooth/lib/device.h
parent52e5ef5261c6b098f28f1ad8793a2743ce9c5daa (diff)
downloadopie-7eff37a7c8744fd0eee7bb93b42913fc9e213827.zip
opie-7eff37a7c8744fd0eee7bb93b42913fc9e213827.tar.gz
opie-7eff37a7c8744fd0eee7bb93b42913fc9e213827.tar.bz2
first bits of a impl
Diffstat (limited to 'noncore/net/opietooth/lib/device.h') (more/less context) (show 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
@@ -60,7 +60,7 @@ namespace OpieTooth {
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