summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/blue-pin/pindlg.h
Unidiff
Diffstat (limited to 'noncore/net/opietooth/blue-pin/pindlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/blue-pin/pindlg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/opietooth/blue-pin/pindlg.h b/noncore/net/opietooth/blue-pin/pindlg.h
index 8623274..1817aa8 100644
--- a/noncore/net/opietooth/blue-pin/pindlg.h
+++ b/noncore/net/opietooth/blue-pin/pindlg.h
@@ -19,15 +19,16 @@ namespace OpieTooth {
19 static QString appName() { return QString::fromLatin1("bluepin") ; } 19 static QString appName() { return QString::fromLatin1("bluepin") ; }
20 20
21 private: 21 private:
22 void test( const QString& mac ); 22 void test( const QString& mac );
23 23
24 QString makeTextFromArgs(); 24 QString makeTextFromArgs();
25 QString makeMacFromArgs(); 25 QString makeMacFromArgs();
26 26
27 QString m_mac; 27 QString m_mac;
28 28
29 protected slots: 29 protected slots:
30 void accept(); 30 void accept();
31 void addnum();
31 32
32 }; 33 };
33}; 34};