mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +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) {
|
||||
_call->rejoinAs(info);
|
||||
};
|
||||
const auto showBoxCallback = [=](object_ptr<Ui::BoxContent> next) {
|
||||
showBox(std::move(next));
|
||||
};
|
||||
const auto showToastCallback = [=](QString text) {
|
||||
showToast({ text });
|
||||
};
|
||||
_joinAsProcess.start(
|
||||
_peer,
|
||||
context,
|
||||
|
|
Loading…
Add table
Reference in a new issue