mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-28 13:08:56 +00:00
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);
|
const auto weak = Ui::MakeWeak(state->box);
|
||||||
if (!chosen(thread)) {
|
if (!chosen(thread)) {
|
||||||
return;
|
return;
|
||||||
} else if (const auto strong = weak.get()) {
|
} else if (const auto strong = weak.data()) {
|
||||||
strong->closeBox();
|
strong->closeBox();
|
||||||
}
|
}
|
||||||
if (successCallback) {
|
if (successCallback) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user