summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2014-09-15 16:23:02 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2014-09-15 20:50:50 +0200
commitb2b9fdfda0f7838059d7e826d81740977ef35a6e (patch)
treeed65536f27f5bcfe984ca18f69974e317a3bc148 /src/3rdparty
parent0fa0608f707306cb34a9ca91952cebbac25065a5 (diff)
QSizeGrip: use a QPointer to the tracked TLW
And not a normal pointer. The problem is that in certain scenarios, if the TLW containing a QSizeGrip changes and the old TLW gets immediately destroyed, then the mechanism which updates the tracked TLW is run too late, and ends up accessing a dangling pointer. Therefore, we need to protect that pointer via a smart pointer. Task-number: QTBUG-22867 Change-Id: Icfb051132bacde604f660ac7a98bc0a9d1022c68 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'src/3rdparty')
0 files changed, 0 insertions, 0 deletions