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
qwaylandshellsurface.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
7
9
10namespace QtWaylandClient {
11
16
21
27
32
37
43
48
53
58
63
71
76
78{
80 qCWarning(lcQpaWayland) << "setXdgActivationToken not implemented" << token;
81}
82
88
89/*!
90 Determines whether the client should commit the surface with no buffer
91 after creating the role and performing initial setup
92*/
94{
95 return true;
96}
97
98}
99
100QT_END_NAMESPACE
101
102#include "moc_qwaylandshellsurface_p.cpp"