From fb99aec5215da635abfa28288d170f110114bba3 Mon Sep 17 00:00:00 2001 From: josef Date: Tue, 15 Oct 2002 21:10:29 +0000 Subject: - io_modem must keep copy of profile, otherwise it crashes (now it works - doh!) - try to use key/value pairs for dialing where currently possible (init string and dial sequence) - when editing telephone number, try to read in, including special chars stripping (-, /, whitespace) using QRegExp --- (limited to 'noncore/apps/opie-console/io_modem.h') diff --git a/noncore/apps/opie-console/io_modem.h b/noncore/apps/opie-console/io_modem.h index d681f66..8453b95 100644 --- a/noncore/apps/opie-console/io_modem.h +++ b/noncore/apps/opie-console/io_modem.h @@ -61,7 +61,7 @@ private: m_dialSuf2, m_dialPref3, m_dialSuf3, m_connect, m_hangup, m_cancel; int m_dialTime, m_delayRedial, m_numberTries, m_dtrDropTime, m_bpsDetect, m_dcdLines, m_multiLineUntag; - const Profile& m_profile; + Profile m_profile; private slots: void slotExited(OProcess* proc); -- cgit v0.9.0.2