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) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.h b/noncore/net/opietooth/manager/bluebase.h
index 743062c..a8ab3db 100644
--- a/noncore/net/opietooth/manager/bluebase.h
+++ b/noncore/net/opietooth/manager/bluebase.h
@@ -42,4 +42,6 @@ namespace OpieTooth {
~BlueBase();
+ static QString appName() { return QString::fromLatin1("bluetooth-manager"); }
+
protected:
@@ -48,4 +50,5 @@ namespace OpieTooth {
void startScan();
+
private:
bool find( const RemoteDevice& device );
@@ -90,4 +93,5 @@ namespace OpieTooth {
void addSignalStrength();
void addSignalStrength( const QString& mac, const QString& strengh );
+ void rfcommDialog();
};