tdesktop/Telegram/SourceFiles/history/view
Nicholas Guriev 793862bee6 Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663)
* Do not move result at end of function

This makes GCC 9.1.2 happy with the active -Wredundant-move warning.
Indeed, such moving of local variables or local arguments before
returning is unnecessary and prevents the compiler from copy elision
optimization.
2019-11-12 18:15:34 +03:00
..
media Resize message with photo when bubbled 2019-10-02 11:56:33 +03:00
history_view_compose_controls.cpp Use base::call_delayed. 2019-10-19 12:27:56 +04:00
history_view_compose_controls.h Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
history_view_contact_status.cpp Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
history_view_contact_status.h
history_view_context_menu.cpp Use lib_ui from submodule. 2019-10-19 12:27:28 +04:00
history_view_context_menu.h
history_view_cursor_state.cpp
history_view_cursor_state.h
history_view_element.cpp Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
history_view_element.h Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
history_view_list_widget.cpp Move many widget classes to lib_ui. 2019-10-01 23:59:46 +03:00
history_view_list_widget.h Move many widget classes to lib_ui. 2019-10-01 23:59:46 +03:00
history_view_message.cpp Remove twidget header. 2019-10-01 23:59:46 +03:00
history_view_message.h
history_view_object.h
history_view_schedule_box.cpp Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
history_view_schedule_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
history_view_scheduled_section.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
history_view_scheduled_section.h
history_view_service_message.cpp Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
history_view_service_message.h
history_view_top_bar_widget.cpp Remove twidget header. 2019-10-01 23:59:46 +03:00
history_view_top_bar_widget.h Remove twidget header. 2019-10-01 23:59:46 +03:00