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.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 0326daf..743062c 100644
--- a/noncore/net/opietooth/manager/bluebase.h
+++ b/noncore/net/opietooth/manager/bluebase.h
@@ -14,4 +14,5 @@
#include "btserviceitem.h"
#include "btdeviceitem.h"
+
#include "popuphelper.h"
@@ -29,4 +30,5 @@ class QPushButton;
class QTabWidget;
class QCheckBox;
+class BTConnectionItem;
@@ -56,4 +58,5 @@ namespace OpieTooth {
void initGui();
void setInfo();
+
PopupHelper m_popHelper;
Manager *m_localDevice;
@@ -85,4 +88,6 @@ namespace OpieTooth {
void deviceActive( const QString& mac, bool connected );
void applyConfigChanges();
+ void addSignalStrength();
+ void addSignalStrength( const QString& mac, const QString& strengh );
};