tdesktop/Telegram/SourceFiles/history
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
..
admin_log 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
view Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
history.cpp Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
history.h Fix scheduled notifications on inbox read. 2019-08-30 17:06:21 +03:00
history.style Use some resources from lib_ui. 2019-10-19 12:27:56 +04:00
history_drag_area.cpp Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
history_drag_area.h Remove twidget header. 2019-10-01 23:59:46 +03:00
history_inner_widget.cpp Use lib_ui from submodule. 2019-10-19 12:27:28 +04:00
history_inner_widget.h Move many widget classes to lib_ui. 2019-10-01 23:59:46 +03:00
history_item.cpp Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
history_item.h Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
history_item_components.cpp Remove twidget header. 2019-10-01 23:59:46 +03:00
history_item_components.h Move HistoryMedia to HistoryView namespace. 2019-08-09 11:50:49 +01:00
history_item_text.cpp Use tr:: instead of lang(). 2019-06-21 11:06:51 +02:00
history_item_text.h Copy text with expanded links only to external. 2019-04-08 19:10:06 +04:00
history_location_manager.cpp Remove many includes from stdafx.pch. 2019-09-06 19:31:07 +03:00
history_location_manager.h Handle located groups as public. 2019-06-21 14:27:46 +02:00
history_message.cpp Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
history_message.h Use edit_hide flag to hide 'edited' badge. 2019-08-30 18:00:32 +03:00
history_service.cpp Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
history_service.h Move message client flags to a separate field. 2019-08-09 20:19:23 +01:00
history_widget.cpp Support building OS X 10.10/10.11 version. 2019-11-05 14:27:42 +03:00
history_widget.h Support building OS X 10.10/10.11 version. 2019-11-05 14:27:42 +03:00