summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/hciconfwrapper.h
authorzecke <zecke>2002-07-14 18:04:14 (UTC)
committer zecke <zecke>2002-07-14 18:04:14 (UTC)
commit26c7e63572e729b4846e4f7551bb041aa6d4bd83 (patch) (unidiff)
tree5c3bc09142bd19e84fbebb88f2e37b02e6d603cd /noncore/net/opietooth/manager/hciconfwrapper.h
parent31e233a6cf72bc853137ea05285f4d0f41665365 (diff)
downloadopie-26c7e63572e729b4846e4f7551bb041aa6d4bd83.zip
opie-26c7e63572e729b4846e4f7551bb041aa6d4bd83.tar.gz
opie-26c7e63572e729b4846e4f7551bb041aa6d4bd83.tar.bz2
- 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 )
Diffstat (limited to 'noncore/net/opietooth/manager/hciconfwrapper.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/hciconfwrapper.h4
1 files changed, 4 insertions, 0 deletions
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 @@
2#define HCICONFWRAPPER_H 2#define HCICONFWRAPPER_H
3 3
4#include <qstring.h> 4#include <qstring.h>
5#include <qstringlist.h>
5 6
6namespace OpieTooth { 7namespace OpieTooth {
7 8
@@ -10,6 +11,8 @@ namespace OpieTooth {
10 public: 11 public:
11 HciConfWrapper( const QString &fileName ); 12 HciConfWrapper( const QString &fileName );
12 ~HciConfWrapper(); 13 ~HciConfWrapper();
14 void load();
15 void save();
13 16
14 void setPinHelper( const QString& app ); 17 void setPinHelper( const QString& app );
15 void setName( const QString& name ); 18 void setName( const QString& name );
@@ -23,6 +26,7 @@ namespace OpieTooth {
23 void setValue(const QString &entry, const QString &value ); 26 void setValue(const QString &entry, const QString &value );
24 27
25 QString m_fileName; 28 QString m_fileName;
29 QStringList m_file;
26 }; 30 };
27 31
28} 32}