diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-10-09 12:11:26 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-10-09 12:11:26 (GMT) |
commit | d66df793b88f9ba924a1fefcec325d7c04af3ac3 (patch) | |
tree | 07a098873023c0e7078de8667bf27712d2dafcc3 /doc/src/howtos/exceptionsafety.qdoc | |
parent | f74570b72bd71f3747521a5f561971165f3297e5 (diff) | |
download | Qt-d66df793b88f9ba924a1fefcec325d7c04af3ac3.zip Qt-d66df793b88f9ba924a1fefcec325d7c04af3ac3.tar.gz Qt-d66df793b88f9ba924a1fefcec325d7c04af3ac3.tar.bz2 |
Fixed miscellaneous minor problems with Symbian docs.
Reviewed-by: Espen Riskedal
Diffstat (limited to 'doc/src/howtos/exceptionsafety.qdoc')
-rw-r--r-- | doc/src/howtos/exceptionsafety.qdoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/howtos/exceptionsafety.qdoc b/doc/src/howtos/exceptionsafety.qdoc index 23bedf5..fa1427b 100644 --- a/doc/src/howtos/exceptionsafety.qdoc +++ b/doc/src/howtos/exceptionsafety.qdoc @@ -144,12 +144,12 @@ \section1 Platform-Specific Exception Handling - \section2 Symbian (Qt for S60) + \section2 The Symbian platform The Symbian platform implements its own exception system that differs from the standard - C++ mechanism. When using Qt for S60, and especially when writing code to access Symbian - functionality directly, it may be necessary to know about the underlying implementation - and how it interacts with Qt. + C++ mechanism. When using Qt for Symbian platform, and especially when writing code to + access Symbian functionality directly, it may be necessary to know about the underlying + implementation and how it interacts with Qt. The \l{Exception Safety with Symbian} document shows how to use the facilities provided by Qt to use exceptions as safely as possible. |