diff options
author | Pierre Rossi <pierre.rossi@nokia.com> | 2011-07-12 17:29:46 +0200 |
---|---|---|
committer | Pierre Rossi <pierre.rossi@nokia.com> | 2011-07-12 17:29:46 +0200 |
commit | 3d98456fbaae83e504856df8611ccda5a16e8a90 (patch) | |
tree | 74f5287e523c207c241fce77c30ae948322b3f35 /doc/src/snippets/code/doc_src_qalgorithms.cpp | |
parent | 8be3168aa2f300f9a93a53b417704f3f10b1dc8b (diff) | |
download | qt4-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