mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix build with Qt 5.
This commit is contained in:
parent
c131d6637d
commit
61424eeab9
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ Fn<FilterValue::Flags()> FillFilterValueList(
|
||||||
container,
|
container,
|
||||||
filter.flags ? (*filter.flags) : ~FilterValue::Flags(0),
|
filter.flags ? (*filter.flags) : ~FilterValue::Flags(0),
|
||||||
isChannel);
|
isChannel);
|
||||||
const auto controlsRaw = checkboxes.data();
|
|
||||||
container->add(std::move(checkboxes));
|
container->add(std::move(checkboxes));
|
||||||
return getResult;
|
return getResult;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue