tdesktop/Telegram/SourceFiles/info/media
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
..
info_media_buttons.h Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
info_media_empty_widget.cpp Use tr:: instead of lang(). 2019-06-21 11:06:51 +02:00
info_media_empty_widget.h Use single LEGAL file with license and copyright. 2018-01-03 13:23:14 +03:00
info_media_inner_widget.cpp Update submodules to the latest spellcheck. 2019-11-05 13:23:56 +03:00
info_media_inner_widget.h Use single LEGAL file with license and copyright. 2018-01-03 13:23:14 +03:00
info_media_list_widget.cpp Use lib_ui from submodule. 2019-10-19 12:27:28 +04:00
info_media_list_widget.h Rename AuthSession to Main::Session. 2019-07-24 13:45:24 +02:00
info_media_widget.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
info_media_widget.h Move to std::optional. 2018-09-21 19:28:46 +03:00