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
4#pragma once
5
6#include <QObject>
7#include "qwayland-xdg-activation-v1.h"
8
9#include <QtWaylandClient/qtwaylandclientglobal.h>
10
11QT_BEGIN_NAMESPACE
12
13namespace QtWaylandClient {
14
15class QWaylandDisplay;
16class QWaylandSurface;
17
18class Q_WAYLANDCLIENT_EXPORT QWaylandXdgActivationTokenV1
19 : public QObject,
21{
23public:
26
28 void done(const QString &token);
29};
30
42
43} // namespace QtWaylandClient
44
45QT_END_NAMESPACE
Combined button and popup list for selecting options.