2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-09 11:05:12 +00:00

Implement appmenu on Wayland with org_kde_kwin_appmenu protocol

This commit is contained in:
Ilya Fedin
2021-05-13 08:16:21 +04:00
committed by John Preston
parent 434ef34378
commit 0b86feeeb5
4 changed files with 77 additions and 10 deletions

View File

@@ -44,5 +44,11 @@ bool WaylandIntegration::skipTaskbarSupported() {
void WaylandIntegration::skipTaskbar(QWindow *window, bool skip) {
}
void WaylandIntegration::registerAppMenu(
QWindow *window,
const QString &serviceName,
const QString &objectPath) {
}
} // namespace internal
} // namespace Platform