kotatogram-desktop/Telegram/SourceFiles/window
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
..
themes
main_window.cpp
main_window.h
notifications_manager.cpp
notifications_manager.h
notifications_manager_default.cpp
notifications_manager_default.h
notifications_utilities.cpp
notifications_utilities.h
player_wrap_widget.cpp
player_wrap_widget.h
section_memento.h
section_widget.cpp
section_widget.h
top_bar_widget.cpp
top_bar_widget.h
window.style
window_main_menu.cpp
window_main_menu.h
window_slide_animation.cpp
window_slide_animation.h
window_title.h