Version 5.16: Fix build with GCC.

This commit is contained in:
John Preston
2025-07-01 23:31:11 +04:00
parent 4584d912cc
commit 869854fbc2
3 changed files with 7 additions and 3 deletions

View File

@@ -431,7 +431,7 @@ void MainWindow::createGlobalMenu() {
u"Telegram"_q),
[=] {
ensureWindowShown();
controller().show(Box<AboutBox>());
controller().show(Box(AboutBox));
});
about->setMenuRole(QAction::AboutQtRole);