Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwaylandplatformservices.cpp
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
10
11QT_BEGIN_NAMESPACE
12
13namespace QtWaylandClient {
14
17
22
31
40
42{
43 if (window && window->handle()) {
44 auto shellSurface = static_cast<QWaylandWindow *>(window->handle())->shellSurface();
45 if (shellSurface) {
47 return QLatin1String("wayland:") + handle;
48 }
49 }
50 return QString();
51}
52
77
82} // namespace QtWaylandClient
83
84QT_END_NAMESPACE