diff options
author | Tor Arne Vestbø <[email protected]> | 2021-12-02 17:26:33 +0100 |
---|---|---|
committer | Tor Arne Vestbø <[email protected]> | 2021-12-04 12:41:46 +0100 |
commit | b89608dcf89ccafa009e2bab480f8fe8c3ee557a (patch) | |
tree | 1fb3c6a535b68f94f624005f5d34a5fe471ba86e /src/gui/platform/unix/qunixnativeinterface.cpp | |
parent | cdc3de6c84383c77b93c6ae834f17a75f9092330 (diff) |
Document which header to include for the various native interfaces
Fixes: QTBUG-98654
Pick-to: 6.2
Change-Id: Ic5ea3cc7d90ed336a5b6e827d1523bdd58fabc13
Reviewed-by: Volker Hilsheimer <[email protected]>
Diffstat (limited to 'src/gui/platform/unix/qunixnativeinterface.cpp')
-rw-r--r-- | src/gui/platform/unix/qunixnativeinterface.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/platform/unix/qunixnativeinterface.cpp b/src/gui/platform/unix/qunixnativeinterface.cpp index 6cd8de6e9a3..3476f312b08 100644 --- a/src/gui/platform/unix/qunixnativeinterface.cpp +++ b/src/gui/platform/unix/qunixnativeinterface.cpp @@ -65,6 +65,7 @@ using namespace QNativeInterface::Private; Accessed through QOpenGLContext::nativeInterface(). \inmodule QtGui + \inheaderfile QOpenGLContext \ingroup native-interfaces \ingroup native-interfaces-qopenglcontext */ @@ -122,6 +123,7 @@ QOpenGLContext *QNativeInterface::QGLXContext::fromNative(GLXContext visualBased Accessed through QOpenGLContext::nativeInterface(). \inmodule QtGui + \inheaderfile QOpenGLContext \ingroup native-interfaces \ingroup native-interfaces-qopenglcontext */ @@ -199,6 +201,7 @@ QT_DEFINE_PRIVATE_NATIVE_INTERFACE(QXcbWindow); Accessed through QGuiApplication::nativeInterface(). \inmodule QtGui + \inheaderfile QGuiApplication \ingroup native-interfaces \ingroup native-interfaces-qguiapplication */ |