summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/rfcpopup.cpp
Unidiff
Diffstat (limited to 'noncore/net/opietooth/manager/rfcpopup.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/rfcpopup.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/rfcpopup.cpp b/noncore/net/opietooth/manager/rfcpopup.cpp
index 1b53f4b..cc87b6c 100644
--- a/noncore/net/opietooth/manager/rfcpopup.cpp
+++ b/noncore/net/opietooth/manager/rfcpopup.cpp
@@ -49,25 +49,29 @@ RfcCommPopup::RfcCommPopup()
49}; 49};
50 50
51 51
52RfcCommPopup::~RfcCommPopup() { 52RfcCommPopup::~RfcCommPopup() {
53/* delete m_con; 53/* delete m_con;
54 delete m_dis; 54 delete m_dis;
55 delete m_foo; 55 delete m_foo;
56 delete m_bar; */ 56 delete m_bar; */
57} 57}
58 58
59 59
60void RfcCommPopup::slotConnect() { 60void RfcCommPopup::slotConnect() {
61
61 qWarning("connect"); 62 qWarning("connect");
63
64
65
62 PPPDialog pppDialog; 66 PPPDialog pppDialog;
63 pppDialog.showMaximized(); 67 pppDialog.showMaximized();
64 pppDialog.exec(); 68 pppDialog.exec();
65} 69}
66 70
67 71
68void RfcCommPopup::slotDisconnect() { 72void RfcCommPopup::slotDisconnect() {
69 qWarning("slot disconnected"); 73 qWarning("slot disconnected");
70} 74}
71 75
72 76
73void RfcCommPopup::slotFoo() { 77void RfcCommPopup::slotFoo() {