kotatogram-desktop/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
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
info_media_inner_widget.h
info_media_list_widget.cpp
info_media_list_widget.h
info_media_widget.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
info_media_widget.h