diff options
author | mread <qt-info@nokia.com> | 2009-06-15 12:32:47 (GMT) |
---|---|---|
committer | mread <qt-info@nokia.com> | 2009-06-15 12:32:47 (GMT) |
commit | f67100b49b492f09522d6d351d32a6ab9ddea098 (patch) | |
tree | 764e0c7b0dfa36d852c7ed3f57c61929d7604aba /doc | |
parent | 4471ca95875e90de98c62072bb018fbd3d4d6ebe (diff) | |
download | Qt-f67100b49b492f09522d6d351d32a6ab9ddea098.zip Qt-f67100b49b492f09522d6d351d32a6ab9ddea098.tar.gz Qt-f67100b49b492f09522d6d351d32a6ab9ddea098.tar.bz2 |
removed mention of qt_QString2TPtrC from qdoc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/symbian-exceptionsafety.qdoc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/symbian-exceptionsafety.qdoc b/doc/src/symbian-exceptionsafety.qdoc index ea9e9b8..e42ecd1 100644 --- a/doc/src/symbian-exceptionsafety.qdoc +++ b/doc/src/symbian-exceptionsafety.qdoc @@ -164,9 +164,8 @@ it's dealing with strings it probably does, again bad. Line 4 is tricky, it calls a leaving function which is ok within a \c TRAP, - but it also uses \l qt_QString2TPtrC. You might think this is safe, but - there is a potential realloc call in there, so this can cause an unwelcome - exception. + but it also uses a helper function to convert string types. In this case + the helper function may cause an unwelcome exception. We could rewrite this with nested exception translations, but it's much easier to refactor it. |