Fix build on Qt 5.* for Windows.
This commit is contained in:
parent
a4e4681835
commit
b5cb2bc9f0
|
@ -1737,7 +1737,7 @@ QPointer<Ui::BoxContent> ShowForwardMessagesBox(
|
|||
const auto weak = Ui::MakeWeak(state->box);
|
||||
if (!chosen(thread)) {
|
||||
return;
|
||||
} else if (const auto strong = weak.get()) {
|
||||
} else if (const auto strong = weak.data()) {
|
||||
strong->closeBox();
|
||||
}
|
||||
if (successCallback) {
|
||||
|
|
Loading…
Reference in New Issue