diff options
author | Iain <qt-info@nokia.com> | 2009-11-05 12:32:39 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-02-03 08:32:32 (GMT) |
commit | bdea2f681860e8f2b36bb786f375e06ac91af82e (patch) | |
tree | 76e2bc2d82da97c1a91fde8d738559c0a1d26538 /doc/src/snippets/code/src_sql_kernel_qsqldatabase.cpp | |
parent | 4417eb93c422e0c24d54e34e0a58febd851e3085 (diff) | |
download | Qt-bdea2f681860e8f2b36bb786f375e06ac91af82e.zip Qt-bdea2f681860e8f2b36bb786f375e06ac91af82e.tar.gz Qt-bdea2f681860e8f2b36bb786f375e06ac91af82e.tar.bz2 |
Catch by reference rather than by value
Catching by value causes GCC to use the compiler support function
__cxa_get_exception_ptr. This is not available in the compiler support
libraries on Symbian OS prior to Symbian^3. Catching by reference
avoids this problem.
Reviewed-by: mread
(cherry picked from commit ca3ce9263eaef963d934d221bd1dec37e7bf0871)
Diffstat (limited to 'doc/src/snippets/code/src_sql_kernel_qsqldatabase.cpp')
0 files changed, 0 insertions, 0 deletions