summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/openkode/qopenkodewindow.cpp
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2010-12-01 15:37:51 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2010-12-01 16:08:14 (GMT)
commit5fcdba84a8546a31974e4e1ecfaf481e0b9921a5 (patch)
tree0d1cc84ebb343e52e971b9f52497734f3e8981e4 /src/plugins/platforms/openkode/qopenkodewindow.cpp
parent9ec7743776a8d444d29ae4439039beff39fee1bc (diff)
downloadQt-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/openkode/qopenkodewindow.cpp')
-rw-r--r--src/plugins/platforms/openkode/qopenkodewindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/openkode/qopenkodewindow.cpp b/src/plugins/platforms/openkode/qopenkodewindow.cpp
index 91c6473..01f8d21 100644
--- a/src/plugins/platforms/openkode/qopenkodewindow.cpp
+++ b/src/plugins/platforms/openkode/qopenkodewindow.cpp
@@ -158,7 +158,7 @@ QOpenKODEWindow::QOpenKODEWindow(QWidget *tlw)
EGLSurface surface = eglCreateWindowSurface(screen->eglDisplay(),m_eglConfig,m_eglWindow,m_eglWindowAttrs.constData());
m_platformGlContext = new QEGLPlatformContext(screen->eglDisplay(), m_eglConfig,
m_eglContextAttrs.data(), surface, m_eglApi);
- m_platformGlContext->makeDefaultSaredContext();
+ m_platformGlContext->makeDefaultSharedContext();
} else {
m_platformGlContext = const_cast<QEGLPlatformContext *>(static_cast<const QEGLPlatformContext *>(QPlatformGLContext::defaultSharedContext()));
kdDestroyWindow(m_kdWindow);