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
6
7#include <QDebug>
8
10
11namespace QtWaylandClient {
12
16
22
28
30{
31 QWaylandBuffer *self = static_cast<QWaylandBuffer *>(data);
32 self->mBusy = false;
33 self->mCommitted = false;
35 delete self;
36}
37
42
45};
46
47}
48
49QT_END_NAMESPACE
Combined button and popup list for selecting options.