mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Replace QSharedPointer with std::shared_ptr.
This commit is contained in:
@@ -390,7 +390,7 @@ void Cover::refreshStatusText() {
|
||||
}();
|
||||
_status->setRichText(statusText);
|
||||
if (hasMembersLink) {
|
||||
_status->setLink(1, MakeShared<LambdaClickHandler>([=] {
|
||||
_status->setLink(1, std::make_shared<LambdaClickHandler>([=] {
|
||||
_controller->showSection(Info::Memento(
|
||||
_controller->peerId(),
|
||||
Section::Type::Members));
|
||||
|
Reference in New Issue
Block a user