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
qwaylandxdgactivationv1_p.h
Go to the documentation of this file.
1// Copyright (C) 2020 Aleix Pol Gonzalez <aleixpol@kde.org>
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
5#pragma once
6
7#include <QObject>
8#include "qwayland-xdg-activation-v1.h"
9
10#include <QtWaylandClient/qtwaylandclientglobal.h>
11
12QT_BEGIN_NAMESPACE
13
14namespace QtWaylandClient {
15
16class QWaylandDisplay;
17class QWaylandSurface;
18
19class Q_WAYLANDCLIENT_EXPORT QWaylandXdgActivationTokenV1
20 : public QObject,
22{
24public:
27
29 void done(const QString &token);
30};
31
43
44} // namespace QtWaylandClient
45
46QT_END_NAMESPACE
Combined button and popup list for selecting options.