From c9aa1f2c2a7f6d7a238fa2554a419a80cc64752d Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 19 Dec 2012 14:19:18 +0100 Subject: Fix compilation of Open GL ES 2 examples when using a Qt-namespace. Change-Id: I174569a8c989ab53fb6b9bb700c110db2f93c2d5 Reviewed-by: hjk --- examples/opengl/hellogl_es2/mainwindow.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples/opengl/hellogl_es2/mainwindow.h') diff --git a/examples/opengl/hellogl_es2/mainwindow.h b/examples/opengl/hellogl_es2/mainwindow.h index 7e16a6b6a7..4aac220692 100644 --- a/examples/opengl/hellogl_es2/mainwindow.h +++ b/examples/opengl/hellogl_es2/mainwindow.h @@ -43,9 +43,6 @@ #include -class QSlider; -class GLWidget; - class MainWindow : public QMainWindow { Q_OBJECT -- cgit v1.2.3