-rw-r--r-- | noncore/net/opietooth/manager/bluebase.h | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/manager/btserviceitem.cpp | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.h b/noncore/net/opietooth/manager/bluebase.h index a8f4fe4..bbc519c 100644 --- a/noncore/net/opietooth/manager/bluebase.h +++ b/noncore/net/opietooth/manager/bluebase.h | |||
@@ -10,12 +10,13 @@ | |||
10 | #include <qpixmap.h> | 10 | #include <qpixmap.h> |
11 | 11 | ||
12 | #include "bluetoothbase.h" | 12 | #include "bluetoothbase.h" |
13 | 13 | ||
14 | #include "btserviceitem.h" | 14 | #include "btserviceitem.h" |
15 | #include "btdeviceitem.h" | 15 | #include "btdeviceitem.h" |
16 | #include "popuphelper.h" | ||
16 | 17 | ||
17 | #include "bticonloader.h" | 18 | #include "bticonloader.h" |
18 | 19 | ||
19 | #include <remotedevice.h> | 20 | #include <remotedevice.h> |
20 | #include <manager.h> | 21 | #include <manager.h> |
21 | 22 | ||
@@ -50,12 +51,13 @@ namespace OpieTooth { | |||
50 | void readSavedDevices(); | 51 | void readSavedDevices(); |
51 | void writeSavedDevices(); | 52 | void writeSavedDevices(); |
52 | void writeToHciConfig(); | 53 | void writeToHciConfig(); |
53 | QString status()const; | 54 | QString status()const; |
54 | void initGui(); | 55 | void initGui(); |
55 | void setInfo(); | 56 | void setInfo(); |
57 | PopupHelper m_popHelper; | ||
56 | Manager *m_localDevice; | 58 | Manager *m_localDevice; |
57 | QMap<QString,BTDeviceItem*> m_deviceList; | 59 | QMap<QString,BTDeviceItem*> m_deviceList; |
58 | 60 | ||
59 | void deviceActive( const RemoteDevice &device ); | 61 | void deviceActive( const RemoteDevice &device ); |
60 | 62 | ||
61 | QString m_deviceName; | 63 | QString m_deviceName; |
diff --git a/noncore/net/opietooth/manager/btserviceitem.cpp b/noncore/net/opietooth/manager/btserviceitem.cpp index db71c3c..352e793 100644 --- a/noncore/net/opietooth/manager/btserviceitem.cpp +++ b/noncore/net/opietooth/manager/btserviceitem.cpp | |||
@@ -10,13 +10,13 @@ BTServiceItem::BTServiceItem( QListViewItem* item, const Services& serv ) | |||
10 | setText(0, QObject::tr(serv.serviceName() ) ); | 10 | setText(0, QObject::tr(serv.serviceName() ) ); |
11 | } | 11 | } |
12 | BTServiceItem::~BTServiceItem() { | 12 | BTServiceItem::~BTServiceItem() { |
13 | 13 | ||
14 | } | 14 | } |
15 | QString BTServiceItem::type() const { | 15 | QString BTServiceItem::type() const { |
16 | return QString::fromLatin1("Service"); | 16 | return QString::fromLatin1("service"); |
17 | } | 17 | } |
18 | int BTServiceItem::typeId() const { | 18 | int BTServiceItem::typeId() const { |
19 | return Service; | 19 | return Service; |
20 | } | 20 | } |
21 | Services BTServiceItem::services() const { | 21 | Services BTServiceItem::services() const { |
22 | return m_service; | 22 | return m_service; |