summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglwindowsurface.h
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2009-10-14 10:51:53 (GMT)
committerOlivier Goffart <ogoffart@trolltech.com>2009-10-14 10:52:04 (GMT)
commit0c67ec35972d5e4b7e4807c7652cc4e97c4e33be (patch)
tree4bff8b2f059b2d9d187e23b4ceacda75c74c624f /src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglwindowsurface.h
parent09afb304b21be21864036d39522d4418fe243b0b (diff)
parent9d58da36c9790e60aead8de4477c80332d3e0a62 (diff)
downloadQt-0c67ec35972d5e4b7e4807c7652cc4e97c4e33be.zip
Qt-0c67ec35972d5e4b7e4807c7652cc4e97c4e33be.tar.gz
Qt-0c67ec35972d5e4b7e4807c7652cc4e97c4e33be.tar.bz2
Merge origin/4.6 into team-widgets/4.6
Diffstat (limited to 'src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglwindowsurface.h')
-rw-r--r--src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglwindowsurface.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglwindowsurface.h b/src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglwindowsurface.h
index 0da3653..58a5fb2 100644
--- a/src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglwindowsurface.h
+++ b/src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglwindowsurface.h
@@ -46,13 +46,12 @@
#include "pvrqwsdrawable.h"
class QScreen;
-class PvrEglSurfaceHolder;
class PvrEglWindowSurface : public QWSGLWindowSurface
{
public:
PvrEglWindowSurface(QWidget *widget, QScreen *screen, int screenNum);
- PvrEglWindowSurface(PvrEglSurfaceHolder *holder);
+ PvrEglWindowSurface();
~PvrEglWindowSurface();
QString key() const { return QLatin1String("PvrEgl"); }
@@ -78,7 +77,6 @@ private:
QWidget *widget;
PvrQwsDrawable *drawable;
QScreen *screen;
- PvrEglSurfaceHolder *holder;
QPaintDevice *pdevice;
};