mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Replaced observable in Window::Notifications::System with rpl.
This commit is contained in:
@@ -38,7 +38,7 @@ class HideAllButton;
|
||||
class Manager;
|
||||
std::unique_ptr<Manager> Create(System *system);
|
||||
|
||||
class Manager final : public Notifications::Manager, private base::Subscriber {
|
||||
class Manager final : public Notifications::Manager {
|
||||
public:
|
||||
Manager(System *system);
|
||||
~Manager();
|
||||
|
Reference in New Issue
Block a user