summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/testlite/qtestliteintegration.h
diff options
context:
space:
mode:
authorTom Cooksey <thomas.cooksey@nokia.com>2010-04-29 08:58:54 (GMT)
committerTom Cooksey <thomas.cooksey@nokia.com>2010-04-29 14:51:19 (GMT)
commit35fb88fcd035d43684dfd78b64b04645826d4fac (patch)
treec6ed65e236e2687fb2a244f1f8e77e3eceb3d27f /src/plugins/platforms/testlite/qtestliteintegration.h
parent385d2d14bc7994c3abb1de11dacf9a81eea01d4a (diff)
downloadQt-35fb88fcd035d43684dfd78b64b04645826d4fac.zip
Qt-35fb88fcd035d43684dfd78b64b04645826d4fac.tar.gz
Qt-35fb88fcd035d43684dfd78b64b04645826d4fac.tar.bz2
Update testlite to use new GL integration API
Diffstat (limited to 'src/plugins/platforms/testlite/qtestliteintegration.h')
-rw-r--r--src/plugins/platforms/testlite/qtestliteintegration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/platforms/testlite/qtestliteintegration.h b/src/plugins/platforms/testlite/qtestliteintegration.h
index 4260faa..69dad93 100644
--- a/src/plugins/platforms/testlite/qtestliteintegration.h
+++ b/src/plugins/platforms/testlite/qtestliteintegration.h
@@ -84,6 +84,7 @@ public:
#ifndef QT_NO_OPENGL
bool hasOpenGL() const;
QPlatformGLContext * createGLContext();
+ QPlatformGLWidgetSurface * createGLWidgetSurface();
#endif
MyDisplay *xd;