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
@@ -4,2 +4,3 @@
#include <qstring.h>
+#include <qstringlist.h>
@@ -12,2 +13,4 @@ namespace OpieTooth {
~HciConfWrapper();
+ void load();
+ void save();
@@ -25,2 +28,3 @@ namespace OpieTooth {
QString m_fileName;
+ QStringList m_file;
};