diff options
| author | David Redondo <qt@david-redondo.de> | 2022-10-12 08:55:29 +0200 |
|---|---|---|
| committer | David Redondo <qt@david-redondo.de> | 2022-10-27 12:03:00 +0200 |
| commit | 17ab4045ca4e0992678dd5c1cdbf19ba591cbe48 (patch) | |
| tree | 343546f9a76d180ac9663094f1305e304b93c9de /src/gui/platform/unix/qunixnativeinterface.cpp | |
| parent | e39ca06dbc3051c8e82c458ccd7314a2adbff27e (diff) | |
Add QNativeInterface::Private::QWaylandScreen
Change-Id: Ib18c95fa64ab9176195f591e8ffd45177be510b9
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/gui/platform/unix/qunixnativeinterface.cpp')
| -rw-r--r-- | src/gui/platform/unix/qunixnativeinterface.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gui/platform/unix/qunixnativeinterface.cpp b/src/gui/platform/unix/qunixnativeinterface.cpp index 7d60d325c7e..1b9c6eb4f04 100644 --- a/src/gui/platform/unix/qunixnativeinterface.cpp +++ b/src/gui/platform/unix/qunixnativeinterface.cpp @@ -258,6 +258,17 @@ QT_DEFINE_PRIVATE_NATIVE_INTERFACE(QEvdevKeyMapper); QT_DEFINE_NATIVE_INTERFACE(QWaylandApplication); +/*! + \class QNativeInterface::Private::QWaylandScreen + \since 6.5 + \internal + \brief Native interface to QPlatformScreen. + \inmodule QtGui + \ingroup native-interfaces +*/ + +QT_DEFINE_PRIVATE_NATIVE_INTERFACE(QWaylandScreen); + #endif // Q_OS_UNIX QT_END_NAMESPACE |
