rpl::type_erased() -> rpl::type_erased.

This commit is contained in:
John Preston
2025-12-10 14:27:05 +04:00
parent 03e1e5cca9
commit 03df5b8546
55 changed files with 93 additions and 93 deletions

View File

@@ -387,7 +387,7 @@ rpl::producer<> Tray::aboutToShowRequests() const {
_aboutToShowRequests.events(),
_menu
? base::qt_signal_producer(_menu.get(), &QMenu::aboutToShow)
: rpl::never<>() | rpl::type_erased());
: rpl::never<>() | rpl::type_erased);
}
rpl::producer<> Tray::showFromTrayRequests() const {