mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix build on Qt 5.* for Windows.
This commit is contained in:
parent
a4e4681835
commit
b5cb2bc9f0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue