summaryrefslogtreecommitdiff
path: root/doc/src/snippets/code/doc_src_qalgorithms.cpp
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@nokia.com>2011-07-12 17:29:46 +0200
committerPierre Rossi <pierre.rossi@nokia.com>2011-07-12 17:29:46 +0200
commit3d98456fbaae83e504856df8611ccda5a16e8a90 (patch)
tree74f5287e523c207c241fce77c30ae948322b3f35 /doc/src/snippets/code/doc_src_qalgorithms.cpp
parent8be3168aa2f300f9a93a53b417704f3f10b1dc8b (diff)
downloadqt4-tools-3d98456fbaae83e504856df8611ccda5a16e8a90.tar.gz
Fix a crash with QGraphicsScene.
It happened when the scene gets deleted after ~QApplication has been called. test case: int main(int argc, char *argv[]) { QApplication a(argc, argv); QGraphicsScene *scene = new QGraphicsScene(&a); return 0; } Reviewed-by: Gabi
Diffstat (limited to 'doc/src/snippets/code/doc_src_qalgorithms.cpp')
0 files changed, 0 insertions, 0 deletions