summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/rfcommassigndialogitem.h
Unidiff
Diffstat (limited to 'noncore/net/opietooth/manager/rfcommassigndialogitem.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/rfcommassigndialogitem.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/net/opietooth/manager/rfcommassigndialogitem.h b/noncore/net/opietooth/manager/rfcommassigndialogitem.h
index 34a794f..cc9c8db 100644
--- a/noncore/net/opietooth/manager/rfcommassigndialogitem.h
+++ b/noncore/net/opietooth/manager/rfcommassigndialogitem.h
@@ -12,29 +12,31 @@ namespace OpieTooth {
12 Q_OBJECT 12 Q_OBJECT
13 13
14 public: 14 public:
15 RfcommDialogItem( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 15 RfcommDialogItem( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
16 ~RfcommDialogItem(); 16 ~RfcommDialogItem();
17 17
18 // number if the rfcomm device 18 // number if the rfcomm device
19 int ident(); 19 int ident();
20 // devices mac address 20 // devices mac address
21 QString mac(); 21 QString mac();
22 int channel(); 22 int channel();
23 QString comment(); 23 QString comment();
24 bool isBind();
24 25
25 void setIdent( int ident ); 26 void setIdent( int ident );
26 void setMac( const QString& mac ); 27 void setMac( const QString& mac );
27 void setChannel( int channel ); 28 void setChannel( int channel );
28 void setComment( const QString& comment ); 29 void setComment( const QString& comment );
30 void setBind(bool dobind);
29 31
30 private: 32 private:
31 33
32 34
33 int m_ident; 35 int m_ident;
34 36
35}; 37};
36 38
37 39
38} 40}
39 41
40#endif 42#endif