2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-03 07:56:03 +00:00

Removed Q_OBJECT from Dialogs::Widget.

This commit is contained in:
23rd
2022-03-14 18:48:39 +03:00
parent c96b2081c4
commit b14b1a415f
3 changed files with 59 additions and 72 deletions

View File

@@ -676,7 +676,7 @@ void MainWidget::hiderLayer(base::unique_qptr<Window::HistoryHider> hider) {
_hider->confirmed(
) | rpl::start_with_next([=] {
_dialogs->onCancelSearch();
_dialogs->cancelSearch();
}, _hider->lifetime());
if (isOneColumn()) {