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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.h b/noncore/net/opietooth/manager/bluebase.h
index bbc519c..a68a04b 100644
--- a/noncore/net/opietooth/manager/bluebase.h
+++ b/noncore/net/opietooth/manager/bluebase.h
@@ -37,24 +37,25 @@ namespace OpieTooth {
37 37
38 public: 38 public:
39 BlueBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 39 BlueBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
40 ~BlueBase(); 40 ~BlueBase();
41 41
42 protected: 42 protected:
43 43
44 44
45 private slots: 45 private slots:
46 void startScan(); 46 void startScan();
47 47
48 private: 48 private:
49 bool find( const RemoteDevice& device );
49 void readConfig(); 50 void readConfig();
50 void writeConfig(); 51 void writeConfig();
51 void readSavedDevices(); 52 void readSavedDevices();
52 void writeSavedDevices(); 53 void writeSavedDevices();
53 void writeToHciConfig(); 54 void writeToHciConfig();
54 QString status()const; 55 QString status()const;
55 void initGui(); 56 void initGui();
56 void setInfo(); 57 void setInfo();
57 PopupHelper m_popHelper; 58 PopupHelper m_popHelper;
58 Manager *m_localDevice; 59 Manager *m_localDevice;
59 QMap<QString,BTDeviceItem*> m_deviceList; 60 QMap<QString,BTDeviceItem*> m_deviceList;
60 61