mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-06-02 03:53:42 +02:00
Beta version 6.8.4: Fix build with GCC.
This commit is contained in:
@@ -216,15 +216,6 @@ base::options::toggle ShowChannelJoinedBelowAbout({
|
||||
return Ui::CreateSkipWidget(parent, st::infoProfileSkip);
|
||||
}
|
||||
|
||||
[[nodiscard]] object_ptr<Ui::SlideWrap<>> CreateSlideSkipWidget(
|
||||
not_null<Ui::RpWidget*> parent) {
|
||||
auto result = Ui::CreateSlideSkipWidget(
|
||||
parent,
|
||||
st::infoProfileSkip);
|
||||
result->setDuration(st::infoSlideDuration);
|
||||
return result;
|
||||
}
|
||||
|
||||
[[nodiscard]] rpl::producer<TextWithEntities> AboutWithAdvancedValue(
|
||||
not_null<PeerData*> peer) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user