tdesktop/Telegram/SourceFiles/passport
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
..
passport.style Update submodules to the latest spellcheck. 2019-11-05 13:23:56 +03:00
passport_edit_identity_box.cpp New design of the passport in a separate window. 2018-06-03 23:16:34 +03:00
passport_edit_identity_box.h New design of the passport in a separate window. 2018-06-03 23:16:34 +03:00
passport_encryption.cpp Remove many includes from stdafx.pch. 2019-09-06 19:31:07 +03:00
passport_encryption.h Move to std::optional. 2018-09-21 19:28:46 +03:00
passport_form_controller.cpp Use base::call_delayed. 2019-10-19 12:27:56 +04:00
passport_form_controller.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
passport_form_row.cpp New design of the passport in a separate window. 2018-06-03 23:16:34 +03:00
passport_form_row.h New design of the passport in a separate window. 2018-06-03 23:16:34 +03:00
passport_form_view_controller.cpp Remove all legacy global namespace langs. 2019-06-21 11:06:52 +02:00
passport_form_view_controller.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
passport_panel.cpp Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
passport_panel.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
passport_panel_controller.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
passport_panel_controller.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
passport_panel_details_row.cpp Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
passport_panel_details_row.h Use new animations engine everywhere. 2019-04-02 14:33:53 +04:00
passport_panel_edit_contact.cpp Update submodules to the latest spellcheck. 2019-11-05 13:23:56 +03:00
passport_panel_edit_contact.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
passport_panel_edit_document.cpp Update submodules to the latest spellcheck. 2019-11-05 13:23:56 +03:00
passport_panel_edit_document.h Update submodules to the latest spellcheck. 2019-11-05 13:23:56 +03:00
passport_panel_edit_scans.cpp Update submodules to the latest spellcheck. 2019-11-05 13:23:56 +03:00
passport_panel_edit_scans.h Update submodules to the latest spellcheck. 2019-11-05 13:23:56 +03:00
passport_panel_form.cpp Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
passport_panel_form.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
passport_panel_password.cpp Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
passport_panel_password.h Remove twidget header. 2019-10-01 23:59:46 +03:00