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
qwaylandsubsurface.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
5
7
8#include <QtCore/QDebug>
9
11
12namespace QtWaylandClient {
13
22
28
34
40
42{
43 m_synchronized = true;
45}
46
48{
49 m_synchronized = false;
51}
52
53}
54
55QT_END_NAMESPACE
Combined button and popup list for selecting options.