2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-17 05:16:44 +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

@@ -37,11 +37,5 @@ 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