tdesktop/Telegram/SourceFiles/info/profile
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_profile_actions.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
info_profile_actions.h Remove twidget header. 2019-10-01 23:59:46 +03:00
info_profile_cover.cpp Use some icons from lib_ui. 2019-10-19 12:27:34 +04:00
info_profile_cover.h Add SCAM badge for users and channels. 2019-06-23 14:18:33 +02:00
info_profile_icon.cpp
info_profile_icon.h
info_profile_inner_widget.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
info_profile_inner_widget.h Remove twidget header. 2019-10-01 23:59:46 +03:00
info_profile_members.cpp Update submodules to the latest spellcheck. 2019-11-05 13:23:56 +03:00
info_profile_members.h Update submodules to the latest spellcheck. 2019-11-05 13:23:56 +03:00
info_profile_members_controllers.cpp Rename AuthSession to Main::Session. 2019-07-24 13:45:24 +02:00
info_profile_members_controllers.h Rename Window::Controller to Window::SessionController. 2019-06-06 13:21:40 +03:00
info_profile_text.cpp Add edit / view of user information for support. 2018-11-20 19:50:36 +04:00
info_profile_text.h Remove twidget header. 2019-10-01 23:59:46 +03:00
info_profile_values.cpp Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
info_profile_values.h Fix manage group box after migration. 2019-07-24 08:02:20 +02:00
info_profile_widget.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
info_profile_widget.h