summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/io_modem.cpp
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/io_modem.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/io_modem.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/io_modem.cpp b/noncore/apps/opie-console/io_modem.cpp
index 56147d8..28d1722 100644
--- a/noncore/apps/opie-console/io_modem.cpp
+++ b/noncore/apps/opie-console/io_modem.cpp
@@ -22,6 +22,10 @@ void IOModem::close() {
22bool IOModem::open() { 22bool IOModem::open() {
23 qWarning("IOModem::open"); 23 bool ret = IOSerial::open();
24 IOSerial::open(); 24 if(!ret) return false;
25
26 qWarning("IOModem::open continues...");
25 27
26 Dialer d(m_profile); 28 Dialer d(m_profile);
29 qWarning("dialer created");
30
27 int result = d.exec(); 31 int result = d.exec();