diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2010-12-01 15:37:51 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2010-12-01 16:08:14 (GMT) |
commit | 5fcdba84a8546a31974e4e1ecfaf481e0b9921a5 (patch) | |
tree | 0d1cc84ebb343e52e971b9f52497734f3e8981e4 /src/plugins/platforms/eglfs | |
parent | 9ec7743776a8d444d29ae4439039beff39fee1bc (diff) | |
download | Qt-5fcdba84a8546a31974e4e1ecfaf481e0b9921a5.zip Qt-5fcdba84a8546a31974e4e1ecfaf481e0b9921a5.tar.gz Qt-5fcdba84a8546a31974e4e1ecfaf481e0b9921a5.tar.bz2 |
Fix spelling mistake in QEGLPlatformcontext
Autocompletion and a hint of dyslexia made me not see this before :)
Reviewed-by: paul
Diffstat (limited to 'src/plugins/platforms/eglfs')
-rw-r--r-- | src/plugins/platforms/eglfs/qeglfsscreen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/eglfs/qeglfsscreen.cpp b/src/plugins/platforms/eglfs/qeglfsscreen.cpp index cbe6210..db90ff2 100644 --- a/src/plugins/platforms/eglfs/qeglfsscreen.cpp +++ b/src/plugins/platforms/eglfs/qeglfsscreen.cpp @@ -203,7 +203,7 @@ void QEglFSScreen::createAndSetPlatformContext() attribList[temp++] = EGL_NONE; QEGLPlatformContext *platformContext = new QEGLPlatformContext(m_dpy,config,attribList,m_surface,EGL_OPENGL_ES_API); - platformContext->makeDefaultSaredContext(); + platformContext->makeDefaultSharedContext(); m_platformContext = platformContext; EGLint w,h; // screen size detection |