summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/bluebase.h
Unidiff
Diffstat (limited to 'noncore/net/opietooth/manager/bluebase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.h b/noncore/net/opietooth/manager/bluebase.h
index 29c45be..fb1844c 100644
--- a/noncore/net/opietooth/manager/bluebase.h
+++ b/noncore/net/opietooth/manager/bluebase.h
@@ -31,6 +31,23 @@ protected:
31 private slots: 31 private slots:
32 void startScan(); 32 void startScan();
33 33
34 private:
35 void readConfig();
36 void writeConfig();
37 QString getStatus();
38 void initGui();
39
40
41 QString deviceName;
42 QString defaultPasskey;
43 int useEncryption;
44 int enableAuthentification;
45 int enablePagescan;
46 int enableInquiryscan;
47
48 private slots:
49
50 void applyConfigChanges();
34 51
35}; 52};
36 53