tdesktop/Telegram/SourceFiles/info
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
..
channels Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
common_groups Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
feed Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
media Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
members Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
profile Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
settings Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
info.style Update submodules to the latest spellcheck. 2019-11-05 13:23:56 +03:00
info_content_widget.cpp Remove many includes from stdafx.pch. 2019-09-06 19:31:07 +03:00
info_content_widget.h Comment out non-folder feed code. 2019-04-25 14:16:30 +04:00
info_controller.cpp Rename AuthSession to Main::Session. 2019-07-24 13:45:24 +02:00
info_controller.h Rename Window::Controller to Window::SessionController. 2019-06-06 13:21:40 +03:00
info_layer_widget.cpp Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
info_layer_widget.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
info_memento.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
info_memento.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
info_section_widget.cpp Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
info_section_widget.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
info_top_bar.cpp Move some more widgets and effects. 2019-10-01 23:59:46 +03:00
info_top_bar.h Pass SessionNavigation to some boxes. 2019-07-25 20:55:11 +02:00
info_wrap_widget.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
info_wrap_widget.h Rename Window::Controller to Window::SessionController. 2019-06-06 13:21:40 +03:00