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
qwaylandbuffer.cpp
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// Copyright (C) 2017 Giulio Camuffo.
3// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
4// Qt-Security score:significant reason:default
5
7
8#include <QDebug>
9
11
12namespace QtWaylandClient {
13
17
23
29
31{
32 QWaylandBuffer *self = static_cast<QWaylandBuffer *>(data);
33 self->mBusy = false;
34 self->mCommitted = false;
36 delete self;
37}
38
43
46};
47
48}
49
50QT_END_NAMESPACE
Combined button and popup list for selecting options.