kepka/Telegram/SourceFiles/profile
John Preston c207743338 Made base::lambda a copyable value type.
Now base::lambda can be copied and can wrap any immutable lambda.
For mutable lambdas there is base::lambda_once (which you're
supposed to call only once to pass data through lambda captures,
for example by using std::unique_ptr). Generally base::lambda is
passed by value and base::lambda_once is passed by rvalue reference.
2017-02-26 21:01:23 +03:00
..
profile.style
profile_back_button.cpp
profile_back_button.h
profile_block_actions.cpp
profile_block_actions.h
profile_block_channel_members.cpp
profile_block_channel_members.h
profile_block_group_members.cpp
profile_block_group_members.h
profile_block_info.cpp
profile_block_info.h
profile_block_invite_link.cpp
profile_block_invite_link.h
profile_block_peer_list.cpp
profile_block_peer_list.h
profile_block_settings.cpp
profile_block_settings.h
profile_block_shared_media.cpp
profile_block_shared_media.h
profile_block_widget.cpp
profile_block_widget.h
profile_common_groups_section.cpp
profile_common_groups_section.h
profile_cover.cpp
profile_cover.h
profile_cover_drop_area.cpp
profile_cover_drop_area.h
profile_fixed_bar.cpp
profile_fixed_bar.h
profile_inner_widget.cpp
profile_inner_widget.h
profile_section_memento.cpp
profile_section_memento.h
profile_userpic_button.cpp
profile_userpic_button.h
profile_widget.cpp
profile_widget.h