2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Build with QT_NO_KEYWORDS

This commit is contained in:
Ilya Fedin
2021-03-03 22:22:42 +04:00
committed by John Preston
parent a29ff093f6
commit 23272430b4
37 changed files with 133 additions and 133 deletions

View File

@@ -606,7 +606,7 @@ MainMenu::MainMenu(
parentResized();
_menu->setTriggeredCallback([](const Ui::Menu::CallbackData &data) {
emit data.action->triggered();
data.action->triggered();
});
refreshMenu();
refreshBackground();