summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.h
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2012-06-23 11:12:10 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-23 20:27:45 +0200
commit642a26dab4e36982b53bec738026d9825b530e38 (patch)
treebec26696edf0000296feefc96a33a647b78880ca /src/opengl/qgl.h
parent62d481757c44aed7d2a4c339c72f0a8a40648505 (diff)
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>
Diffstat (limited to 'src/opengl/qgl.h')
-rw-r--r--src/opengl/qgl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/opengl/qgl.h b/src/opengl/qgl.h
index 39d63c12fe..2f2c9eadda 100644
--- a/src/opengl/qgl.h
+++ b/src/opengl/qgl.h
@@ -423,8 +423,6 @@ public:
static QImage convertToGLFormat(const QImage& img);
- void setMouseTracking(bool enable);
-
const QGLColormap & colormap() const;
void setColormap(const QGLColormap & map);