summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/doc_src_model-view-programming.cpp
diff options
context:
space:
mode:
authormread <qt-info@nokia.com>2011-02-01 08:52:05 (GMT)
committermread <qt-info@nokia.com>2011-02-01 09:00:33 (GMT)
commit9b0488b3f0bd132ea8200e83850754c779b34436 (patch)
tree53637062040bee9710c8ab00d0fc133fb712a752 /doc/src/snippets/code/doc_src_model-view-programming.cpp
parent9c132451acc7fbed1611fd3676cceb26e815f50d (diff)
downloadQt-9b0488b3f0bd132ea8200e83850754c779b34436.zip
Qt-9b0488b3f0bd132ea8200e83850754c779b34436.tar.gz
Qt-9b0488b3f0bd132ea8200e83850754c779b34436.tar.bz2
Idle detector thread improvements
The idle detector thread was creating its own heap, which was rather unnnecesary as it doesn't actually allocate any objects. Now it shares the main thread's heap. It was also unnamed, which makes life harder when there is a crash. The debugger is given information about all threads in a crash. When a thread is unnamed, you can't easily tell if its relevant to the crash or not. Now it is called "IdleDetectorThread". Task-number: QTBUG-17073 Reviewed-by: axis
Diffstat (limited to 'doc/src/snippets/code/doc_src_model-view-programming.cpp')
0 files changed, 0 insertions, 0 deletions