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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.h b/noncore/net/opietooth/manager/bluebase.h
index 0516c16..ce0483f 100644
--- a/noncore/net/opietooth/manager/bluebase.h
+++ b/noncore/net/opietooth/manager/bluebase.h
@@ -11,6 +11,7 @@
11 11
12#include "bluetoothbase.h" 12#include "bluetoothbase.h"
13#include "btlistitem.h" 13#include "btlistitem.h"
14#include "bticonloader.h"
14 15
15#include <remotedevice.h> 16#include <remotedevice.h>
16#include <manager.h> 17#include <manager.h>
@@ -64,6 +65,8 @@ namespace OpieTooth {
64 QPixmap offPix; 65 QPixmap offPix;
65 QPixmap onPix; 66 QPixmap onPix;
66 67
68 BTIconLoader *iconLoader;
69
67 private slots: 70 private slots:
68 void addSearchedDevices( QList<RemoteDevice> &newDevices ); 71 void addSearchedDevices( QList<RemoteDevice> &newDevices );
69 void addServicesToDevice( BTListItem *item ); 72 void addServicesToDevice( BTListItem *item );