summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/blue-pin/pindlg.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/blue-pin/pindlg.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/blue-pin/pindlg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/net/opietooth/blue-pin/pindlg.h b/noncore/net/opietooth/blue-pin/pindlg.h
index 1817aa8..8557010 100644
--- a/noncore/net/opietooth/blue-pin/pindlg.h
+++ b/noncore/net/opietooth/blue-pin/pindlg.h
@@ -7,28 +7,29 @@ namespace OpieTooth {
class PinDlg : public PinDlgBase {
Q_OBJECT
public:
PinDlg(QWidget* parent = 0,const char* name = 0, Qt::WFlags f = 0);
~PinDlg();
void setMac( const QString& );
QString pin() const;
static QString appName() { return QString::fromLatin1("bluepin") ; }
private:
void test( const QString& mac );
QString makeTextFromArgs();
QString makeMacFromArgs();
QString m_mac;
protected slots:
void accept();
+ void reject();
void addnum();
-
+ void delnum();
};
};