Fix setMouseTracking on QGLWidget
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>
Sat, 23 Jun 2012 09:12:10 +0000 (11:12 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sat, 23 Jun 2012 18:27:45 +0000 (20:27 +0200)
commit642a26dab4e36982b53bec738026d9825b530e38
treebec26696edf0000296feefc96a33a647b78880ca
parent62d481757c44aed7d2a4c339c72f0a8a40648505
Fix setMouseTracking on QGLWidget

Remove the function altogether. Alternatively we could call the
base class implementation but there is no reason to keep this
confusing, non-virtual override.

Change-Id: Ie8724f7bbc6666fdace7ff777bcde99f3d8a9561
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/opengl/qgl.h
src/opengl/qgl_qpa.cpp