summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/doc_src_moc.qdoc
diff options
context:
space:
mode:
authormread <qt-info@nokia.com>2009-08-28 08:42:31 (GMT)
committermread <qt-info@nokia.com>2009-08-28 08:48:02 (GMT)
commit625dbf4edd3a1057e525c68c319e4525741ceaaa (patch)
treea181ea4cc785c689fc1cbb360e4d9ac9b1f1bd33 /doc/src/snippets/code/doc_src_moc.qdoc
parent8ff968cc37c34121dc6a458df0d4d39850a54bff (diff)
downloadQt-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_moc.qdoc')
0 files changed, 0 insertions, 0 deletions