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// Qt-Security score:significant reason:default
4
8
10
11namespace QtWaylandClient {
12
17
22
28
33
38
44
49
54
59
64
72
77
79{
81 qCWarning(lcQpaWayland) << "setXdgActivationToken not implemented" << token;
82}
83
89
90/*!
91 \internal
92 Determines whether the client should commit the surface with no buffer
93 after creating the role and performing initial setup
94*/
96{
97 return true;
98}
99
100}
101
102QT_END_NAMESPACE
103
104#include "moc_qwaylandshellsurface_p.cpp"
Combined button and popup list for selecting options.