2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-10-27 15:25:58 +00:00

Revert "Use QMenuBar instead of own global menu implementation on Linux"

This reverts commit 79f96480c2.
This commit is contained in:
Ilya Fedin
2021-07-05 20:16:09 +04:00
committed by John Preston
parent 6981ae605a
commit 6f031a715e
6 changed files with 202 additions and 6 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