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) (show 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
@@ -3,4 +3,5 @@
#include <qstring.h>
+#include <qstringlist.h>
namespace OpieTooth {
@@ -11,4 +12,6 @@ namespace OpieTooth {
HciConfWrapper( const QString &fileName );
~HciConfWrapper();
+ void load();
+ void save();
void setPinHelper( const QString& app );
@@ -24,4 +27,5 @@ namespace OpieTooth {
QString m_fileName;
+ QStringList m_file;
};