summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/hciconfwrapper.h
Side-by-side diff
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 @@
#define HCICONFWRAPPER_H
#include <qstring.h>
+#include <qstringlist.h>
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;
};
}