diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2011-02-09 14:40:06 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2011-02-09 14:44:06 (GMT) |
commit | ea20564a32336c40adb7e3f8e7c5ae13497883c2 (patch) | |
tree | c2158bde7617ee296ed460fe5202b557e2943ece /src/opengl | |
parent | c902dcc8943a2bfcb6432d46303ace46def6fe86 (diff) | |
download | Qt-ea20564a32336c40adb7e3f8e7c5ae13497883c2.zip Qt-ea20564a32336c40adb7e3f8e7c5ae13497883c2.tar.gz Qt-ea20564a32336c40adb7e3f8e7c5ae13497883c2.tar.bz2 |
Remove warning msg in Lighthouse QGLWidget code
Diffstat (limited to 'src/opengl')
-rw-r--r-- | src/opengl/qgl_qpa.cpp | 1 |
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); } |