summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/rfcpopup.h
authorkorovkin <korovkin>2006-03-19 14:58:21 (UTC)
committer korovkin <korovkin>2006-03-19 14:58:21 (UTC)
commit3de693f244170cb9424d841aef6a6d7175766fa3 (patch) (side-by-side diff)
tree03450003b6ea810052b7e046a1a9cb375d01ebba /noncore/net/opietooth/manager/rfcpopup.h
parenta71b86fe8ca57753e8209786691b9c7a33d1c1c9 (diff)
downloadopie-3de693f244170cb9424d841aef6a6d7175766fa3.zip
opie-3de693f244170cb9424d841aef6a6d7175766fa3.tar.gz
opie-3de693f244170cb9424d841aef6a6d7175766fa3.tar.bz2
Added connection and disconnection.
Diffstat (limited to 'noncore/net/opietooth/manager/rfcpopup.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/rfcpopup.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/noncore/net/opietooth/manager/rfcpopup.h b/noncore/net/opietooth/manager/rfcpopup.h
index 74b9117..a67e41e 100644
--- a/noncore/net/opietooth/manager/rfcpopup.h
+++ b/noncore/net/opietooth/manager/rfcpopup.h
@@ -3,7 +3,7 @@
#include <qpopupmenu.h>
#include <qaction.h>
-
+#include <services.h>
#include "btdeviceitem.h"
namespace OpieTooth {
@@ -18,16 +18,17 @@ namespace OpieTooth {
class RfcCommPopup : public QPopupMenu {
Q_OBJECT
public:
- RfcCommPopup( OpieTooth::BTDeviceItem* );
+ RfcCommPopup(const OpieTooth::Services&, OpieTooth::BTDeviceItem*);
~RfcCommPopup();
-
private:
QAction* m_con;
QAction* m_dis;
QAction* m_bind;
QAction* m_bar;
- OpieTooth::BTDeviceItem *m_item;
+ OpieTooth::BTDeviceItem *m_item;
+ Services m_service;
+ int procId; //Connection process number
private slots:
void slotConnect();
void slotDisconnect();