mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Version 4.1: Fix build with GCC.
This commit is contained in:
parent
ef6d2b2c0b
commit
df45294855
1 changed files with 0 additions and 6 deletions
|
@ -1319,12 +1319,6 @@ void Panel::chooseJoinAs() {
|
||||||
const auto callback = [=](JoinInfo info) {
|
const auto callback = [=](JoinInfo info) {
|
||||||
_call->rejoinAs(info);
|
_call->rejoinAs(info);
|
||||||
};
|
};
|
||||||
const auto showBoxCallback = [=](object_ptr<Ui::BoxContent> next) {
|
|
||||||
showBox(std::move(next));
|
|
||||||
};
|
|
||||||
const auto showToastCallback = [=](QString text) {
|
|
||||||
showToast({ text });
|
|
||||||
};
|
|
||||||
_joinAsProcess.start(
|
_joinAsProcess.start(
|
||||||
_peer,
|
_peer,
|
||||||
context,
|
context,
|
||||||
|
|
Loading…
Add table
Reference in a new issue