summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl_qpa.cpp
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2011-02-09 14:40:06 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2011-02-09 14:44:06 (GMT)
commitea20564a32336c40adb7e3f8e7c5ae13497883c2 (patch)
treec2158bde7617ee296ed460fe5202b557e2943ece /src/opengl/qgl_qpa.cpp
parentc902dcc8943a2bfcb6432d46303ace46def6fe86 (diff)
downloadQt-ea20564a32336c40adb7e3f8e7c5ae13497883c2.zip
Qt-ea20564a32336c40adb7e3f8e7c5ae13497883c2.tar.gz
Qt-ea20564a32336c40adb7e3f8e7c5ae13497883c2.tar.bz2
Remove warning msg in Lighthouse QGLWidget code
Diffstat (limited to 'src/opengl/qgl_qpa.cpp')
-rw-r--r--src/opengl/qgl_qpa.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/opengl/qgl_qpa.cpp b/src/opengl/qgl_qpa.cpp
index b865086..d2c0166 100644
--- a/src/opengl/qgl_qpa.cpp
+++ b/src/opengl/qgl_qpa.cpp
@@ -324,7 +324,6 @@ void QGLWidget::setMouseTracking(bool enable)
bool QGLWidget::event(QEvent *e)
{
- Q_D(QGLWidget);
return QWidget::event(e);
}