Prevented crash due to dangling pointer in QWaylandInputDevice.
authorSamuel Rødal <samuel.rodal@nokia.com>
Fri, 8 Apr 2011 11:40:26 +0000 (13:40 +0200)
committerSamuel Rødal <samuel.rodal@nokia.com>
Fri, 8 Apr 2011 12:17:04 +0000 (14:17 +0200)
commit8339acac3c35ad7f884c985631b57fb91b516406
tree30f2562de4d37f4043c203e431e0daa41c9a9056
parent0df7976dd42d9407fc492d15c1ac4577f387134a
Prevented crash due to dangling pointer in QWaylandInputDevice.

When a QWaylandWindow is destroyed we need to make sure it's not still
referenced by QWaylandInputDevice.
src/plugins/platforms/wayland/qwaylanddisplay.h
src/plugins/platforms/wayland/qwaylandinputdevice.cpp
src/plugins/platforms/wayland/qwaylandinputdevice.h
src/plugins/platforms/wayland/qwaylandwindow.cpp