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 a68a04b..0326daf 100644
--- a/noncore/net/opietooth/manager/bluebase.h
+++ b/noncore/net/opietooth/manager/bluebase.h
@@ -61,24 +61,25 @@ namespace OpieTooth {
61 61
62 void deviceActive( const RemoteDevice &device ); 62 void deviceActive( const RemoteDevice &device );
63 63
64 QString m_deviceName; 64 QString m_deviceName;
65 QString m_defaultPasskey; 65 QString m_defaultPasskey;
66 bool m_useEncryption; 66 bool m_useEncryption;
67 bool m_enableAuthentification; 67 bool m_enableAuthentification;
68 bool m_enablePagescan; 68 bool m_enablePagescan;
69 bool m_enableInquiryscan; 69 bool m_enableInquiryscan;
70 70
71 QPixmap m_offPix; 71 QPixmap m_offPix;
72 QPixmap m_onPix; 72 QPixmap m_onPix;
73 QPixmap m_findPix;
73 74
74 BTIconLoader *m_iconLoader; 75 BTIconLoader *m_iconLoader;
75 76
76 private slots: 77 private slots:
77 void addSearchedDevices( const QValueList<RemoteDevice> &newDevices ); 78 void addSearchedDevices( const QValueList<RemoteDevice> &newDevices );
78 void addServicesToDevice( BTDeviceItem *item ); 79 void addServicesToDevice( BTDeviceItem *item );
79 void addServicesToDevice( const QString& device, Services::ValueList ); 80 void addServicesToDevice( const QString& device, Services::ValueList );
80 void addConnectedDevices(); 81 void addConnectedDevices();
81 void addConnectedDevices( ConnectionState::ValueList ); 82 void addConnectedDevices( ConnectionState::ValueList );
82 void startServiceActionClicked( QListViewItem *item ); 83 void startServiceActionClicked( QListViewItem *item );
83 void startServiceActionHold( QListViewItem *, const QPoint &, int ); 84 void startServiceActionHold( QListViewItem *, const QPoint &, int );
84 void deviceActive( const QString& mac, bool connected ); 85 void deviceActive( const QString& mac, bool connected );