2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-07 01:55:12 +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

@@ -18,6 +18,10 @@ public:
[[nodiscard]] QString nativeHandle(QWindow *window);
[[nodiscard]] bool skipTaskbarSupported();
void skipTaskbar(QWindow *window, bool skip);
void registerAppMenu(
QWindow *window,
const QString &serviceName,
const QString &objectPath);
private:
WaylandIntegration();