2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-07 18:15:15 +00:00

Use QMenuBar instead of own global menu implementation on Linux

This is another attempt of 79f96480c2
This commit is contained in:
Ilya Fedin
2022-01-21 21:25:44 +04:00
committed by John Preston
parent b65d40a22b
commit ceb323ac7c
8 changed files with 23 additions and 210 deletions

View File

@@ -17,10 +17,6 @@ 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();