tdesktop/Telegram/SourceFiles/calls
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
..
calls.style Use lib_ui from submodule. 2019-10-19 12:27:28 +04:00
calls_box_controller.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
calls_box_controller.h Pass SessionNavigation to some boxes. 2019-07-25 20:55:11 +02:00
calls_call.cpp Use lib_ui from submodule. 2019-10-19 12:27:28 +04:00
calls_call.h
calls_emoji_fingerprint.cpp
calls_emoji_fingerprint.h
calls_instance.cpp Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
calls_instance.h Remove some more Auth() calls. 2019-08-09 11:50:49 +01:00
calls_panel.cpp Move many widget classes to lib_ui. 2019-10-01 23:59:46 +03:00
calls_panel.h
calls_top_bar.cpp Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
calls_top_bar.h Remove twidget header. 2019-10-01 23:59:46 +03:00