From 26c7e63572e729b4846e4f7551bb041aa6d4bd83 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 14 Jul 2002 18:04:14 +0000 Subject: - able to configure HCID - able to save and restore known devices - able to scan servivces and shows the right pixmap too - able to do some more - scan dialog clean up ( tiny ) --- (limited to 'noncore/net/opietooth/manager/hciconfwrapper.h') diff --git a/noncore/net/opietooth/manager/hciconfwrapper.h b/noncore/net/opietooth/manager/hciconfwrapper.h index de8c9a8..0c4b290 100644 --- a/noncore/net/opietooth/manager/hciconfwrapper.h +++ b/noncore/net/opietooth/manager/hciconfwrapper.h @@ -2,6 +2,7 @@ #define HCICONFWRAPPER_H #include +#include namespace OpieTooth { @@ -10,6 +11,8 @@ namespace OpieTooth { public: HciConfWrapper( const QString &fileName ); ~HciConfWrapper(); + void load(); + void save(); void setPinHelper( const QString& app ); void setName( const QString& name ); @@ -23,6 +26,7 @@ namespace OpieTooth { void setValue(const QString &entry, const QString &value ); QString m_fileName; + QStringList m_file; }; } -- cgit v0.9.0.2