mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Replace QSharedPointer with std::shared_ptr.
This commit is contained in:
@@ -164,7 +164,7 @@ void PeerData::refreshEmptyUserpic() const {
|
||||
}
|
||||
|
||||
ClickHandlerPtr PeerData::createOpenLink() {
|
||||
return MakeShared<PeerClickHandler>(this);
|
||||
return std::make_shared<PeerClickHandler>(this);
|
||||
}
|
||||
|
||||
void PeerData::setUserpic(
|
||||
|
||||
Reference in New Issue
Block a user