diff options
author | mread <qt-info@nokia.com> | 2012-01-04 15:19:49 +0000 |
---|---|---|
committer | mread <qt-info@nokia.com> | 2012-01-04 15:40:15 +0000 |
commit | 2997b89e6480abfed356fbd6fe248bc6d2accbe2 (patch) | |
tree | 8335038e9e26480a44902a6a55565e459ee4ce74 /doc/src/snippets/code/src_sql_models_qsqlquerymodel.cpp | |
parent | dfe97e359443671f0cea9cddbe2ba0eccbaf48ce (diff) | |
download | qt4-tools-2997b89e6480abfed356fbd6fe248bc6d2accbe2.tar.gz |
QThreads on Symbian are named to allow them to be opened externally
The Qt 4.7 implementation of QThread on Symbian used libpthread. This
automatically generated a random name for a thread. The Qt 4.8
implmentation was leaving threads unnamed. This is a change in
behaviour, in that unnamed/anonymous threads cannot be opened outside
of the owning process. This was causing a bug in some client/server
situations.
The fix is to generate a name for the RThread underlying the QThread
as follows:
QThread object name + QThread object address + random number
Task-number: ou1cimx1#959586
Reviewed-by: Shane Kearns
Diffstat (limited to 'doc/src/snippets/code/src_sql_models_qsqlquerymodel.cpp')
0 files changed, 0 insertions, 0 deletions