summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandwindowmanagerintegration_p.h
diff options
context:
space:
mode:
authorDavid Redondo <qt@david-redondo.de>2022-02-22 16:11:22 +0100
committerDavid Redondo <qt@david-redondo.de>2022-07-29 15:07:10 +0200
commitd93a817e21bbf4e12693baa6a7f0e1c0f0547d21 (patch)
tree5fb8599d085137ec212a2493710c186fbf160f2c /src/client/qwaylandwindowmanagerintegration_p.h
parent14c0293fe6e55317e8a645f6a156b5973190cd8e (diff)
Provide a handle for desktop portal via xdg-exporter
Change-Id: I6b2034c1833ae497ef05af7c377e4bfd3747b6fe Reviewed-by: David Edmundson <davidedmundson@kde.org>
Diffstat (limited to 'src/client/qwaylandwindowmanagerintegration_p.h')
-rw-r--r--src/client/qwaylandwindowmanagerintegration_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/qwaylandwindowmanagerintegration_p.h b/src/client/qwaylandwindowmanagerintegration_p.h
index ea57911f4..18eb171b6 100644
--- a/src/client/qwaylandwindowmanagerintegration_p.h
+++ b/src/client/qwaylandwindowmanagerintegration_p.h
@@ -42,6 +42,7 @@ public:
bool openUrl(const QUrl &url) override;
bool openDocument(const QUrl &url) override;
+ QString portalWindowIdentifier(QWindow *window) override;
bool showIsFullScreen() const;