2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Replaced observable in Window::Notifications::System with rpl.

This commit is contained in:
23rd
2021-05-25 16:51:59 +03:00
parent 2c50d3d87b
commit aad38c2809
7 changed files with 38 additions and 23 deletions

View File

@@ -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();