From d0a6d6a21516ff8b300ad1181625005b60982f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Tue, 11 Dec 2012 11:53:46 +0100 Subject: [PATCH] Remove incorrect and confusing documentation from qplatformwindow.cpp Change-Id: If3fd383bf7ff08a04df2e11c727c11aeef05a6de Reviewed-by: Gunnar Sletta --- src/gui/kernel/qplatformwindow.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/kernel/qplatformwindow.cpp b/src/gui/kernel/qplatformwindow.cpp index a1a06a6021..88dccdb6ce 100644 --- a/src/gui/kernel/qplatformwindow.cpp +++ b/src/gui/kernel/qplatformwindow.cpp @@ -444,9 +444,6 @@ bool QPlatformWindow::frameStrutEventsEnabled() const QPlatformWindow is also the way QPA defines how native child windows should be supported through the setParent function. - The only way to retrieve a QPlatformOpenGLContext in QPA is by calling the glContext() function - on QPlatformWindow. - \section1 Implementation Aspects \list 1