mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 23:55:12 +00:00
Removed Q_OBJECT from Dialogs::Widget.
This commit is contained in:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user