Windows: Fix broken debug statement in qwindowsglcontext.cpp.

Change-Id: Ifb26a7bb4461a88831459a17092944b068842d3e
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
bb10
Friedemann Kleint 2014-02-05 16:26:00 +01:00 committed by The Qt Project
parent cd681c45de
commit 7409bde0eb
1 changed files with 1 additions and 1 deletions

View File

@ -988,7 +988,7 @@ QWindowsGLContext::QWindowsGLContext(const QOpenGLStaticContextPtr &staticContex
if (dummyWindow)
DestroyWindow(dummyWindow);
qCDebug(lcQpaGl()) << __FUNCTION__ << this << (tryExtensions ? "ARB" : "GDI")
qCDebug(lcQpaGl) << __FUNCTION__ << this << (tryExtensions ? "ARB" : "GDI")
<< " requested: " << context->format()
<< "\n obtained #" << m_pixelFormat << (m_extensionsUsed ? "ARB" : "GDI") << m_obtainedFormat
<< "\n " << m_obtainedPixelFormatDescriptor << " swap interval: " << obtainedSwapInternal