summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/bluebase.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/manager/bluebase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.h7
1 files changed, 6 insertions, 1 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 @@
#include "bluetoothbase.h"
+
#include <remotedevice.h>
+#include <manager.h>
class QVBox;
class QHBoxLayout;
@@ -48,6 +50,8 @@ namespace OpieTooth {
QString getStatus();
void initGui();
void setInfo();
+ Manager *localDevice;
+ QMap<QString,QListViewItem*> deviceList;
bool deviceActive( RemoteDevice *device );
@@ -64,9 +68,10 @@ namespace OpieTooth {
private slots:
void addSearchedDevices( QList<RemoteDevice> &newDevices );
void addServicesToDevice( QListViewItem * item );
+ void addServicesToDevice( const QString& device, Services::ValueList );
void startServiceActionClicked( QListViewItem * item );
void startServiceActionHold( QListViewItem * item, const QPoint & point, int column);
- void applyConfigChanges();
+ void applyConfigChanges();
};