summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/bluebase.h
authorharlekin <harlekin>2002-06-05 21:51:49 (UTC)
committer harlekin <harlekin>2002-06-05 21:51:49 (UTC)
commit38946b6ef966a154d979d7dd254cf463f6dadbe5 (patch) (unidiff)
tree9c08de13d750ce32afe4661d71f6f3933a8841d8 /noncore/net/opietooth/manager/bluebase.h
parentd16b4fecd10dbce1bb5fc0f58e78469ba40f6ec5 (diff)
downloadopie-38946b6ef966a154d979d7dd254cf463f6dadbe5.zip
opie-38946b6ef966a154d979d7dd254cf463f6dadbe5.tar.gz
opie-38946b6ef966a154d979d7dd254cf463f6dadbe5.tar.bz2
update
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
@@ -28,12 +28,29 @@ public:
28protected: 28protected:
29 29
30 30
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
37 54
38 55
39#endif 56#endif