summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/bluebase.h
Unidiff
Diffstat (limited to 'noncore/net/opietooth/manager/bluebase.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.h b/noncore/net/opietooth/manager/bluebase.h
index 7b03f82..dcb7681 100644
--- a/noncore/net/opietooth/manager/bluebase.h
+++ b/noncore/net/opietooth/manager/bluebase.h
@@ -11,7 +11,9 @@
11 11
12#include "bluetoothbase.h" 12#include "bluetoothbase.h"
13 13
14
14#include <remotedevice.h> 15#include <remotedevice.h>
16#include <manager.h>
15 17
16class QVBox; 18class QVBox;
17class QHBoxLayout; 19class QHBoxLayout;
@@ -48,6 +50,8 @@ namespace OpieTooth {
48 QString getStatus(); 50 QString getStatus();
49 void initGui(); 51 void initGui();
50 void setInfo(); 52 void setInfo();
53 Manager *localDevice;
54 QMap<QString,QListViewItem*> deviceList;
51 55
52 bool deviceActive( RemoteDevice *device ); 56 bool deviceActive( RemoteDevice *device );
53 57
@@ -64,6 +68,7 @@ namespace OpieTooth {
64 private slots: 68 private slots:
65 void addSearchedDevices( QList<RemoteDevice> &newDevices ); 69 void addSearchedDevices( QList<RemoteDevice> &newDevices );
66 void addServicesToDevice( QListViewItem * item ); 70 void addServicesToDevice( QListViewItem * item );
71 void addServicesToDevice( const QString& device, Services::ValueList );
67 void startServiceActionClicked( QListViewItem * item ); 72 void startServiceActionClicked( QListViewItem * item );
68 void startServiceActionHold( QListViewItem * item, const QPoint & point, int column); 73 void startServiceActionHold( QListViewItem * item, const QPoint & point, int column);
69 void applyConfigChanges(); 74 void applyConfigChanges();