summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@nokia.com>2010-09-07 08:31:41 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2010-09-07 08:33:51 (GMT)
commit201e4927f9e23150f460e711a2859dbff3e1353c (patch)
treefd58d1c1a92eb49ee866a933b7a7c54ac25d7c55 /src/declarative
parent854a274d7b17277235acc1fb3c36f576c7c6b8ec (diff)
downloadQt-201e4927f9e23150f460e711a2859dbff3e1353c.zip
Qt-201e4927f9e23150f460e711a2859dbff3e1353c.tar.gz
Qt-201e4927f9e23150f460e711a2859dbff3e1353c.tar.bz2
Replaced QWeakPointer to *Pointer in QGestureManager.
The QWeakPointer was part of a key in a QMap. When the QWeakPointer gets deleted, the key changes and the sorting of the Map was wrong. That leads to an random crash. It should be safe not to use QWeakPointer as we remove pointers from the objectGestures map when a widget or graphicsitem gets destroyed. Reviewed-by: Denis Dzyubenko
Diffstat (limited to 'src/declarative')
0 files changed, 0 insertions, 0 deletions