mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Remove unused has_weak_ptr from Manager::Private
This commit is contained in:
parent
3569615b21
commit
87452706ef
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ void NotificationData::setImage(QImage image) {
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
class Manager::Private : public base::has_weak_ptr {
|
class Manager::Private {
|
||||||
public:
|
public:
|
||||||
explicit Private(not_null<Manager*> manager);
|
explicit Private(not_null<Manager*> manager);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue