diff options
author | mread <qt-info@nokia.com> | 2009-08-28 08:42:31 (GMT) |
---|---|---|
committer | mread <qt-info@nokia.com> | 2009-08-28 08:48:02 (GMT) |
commit | 625dbf4edd3a1057e525c68c319e4525741ceaaa (patch) | |
tree | a181ea4cc785c689fc1cbb360e4d9ac9b1f1bd33 /doc/src/snippets/code/doc_src_phonon-api.qdoc | |
parent | 8ff968cc37c34121dc6a458df0d4d39850a54bff (diff) | |
download | Qt-625dbf4edd3a1057e525c68c319e4525741ceaaa.zip Qt-625dbf4edd3a1057e525c68c319e4525741ceaaa.tar.gz Qt-625dbf4edd3a1057e525c68c319e4525741ceaaa.tar.bz2 |
Fix for "Undefined symbol typeinfo for std::exception" in armv5 build
It seems that the use of QT_TRYCATCH_LEAVING, which expands to
...catch(const std::exception&)... requires access to the typeinfo for
std::exception. This cannot be found in any import library (probably an
OpenC defect). But this workaround creates the necessary info for the
link. Otherwise this change has no effect.
Reviewed-by: jbarron
Diffstat (limited to 'doc/src/snippets/code/doc_src_phonon-api.qdoc')
0 files changed, 0 insertions, 0 deletions