tdesktop/Telegram/SourceFiles/info/feed
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_feed_channels.cpp Use new animations engine everywhere. 2019-04-02 14:33:53 +04:00
info_feed_channels.h Move to std::optional. 2018-09-21 19:28:46 +03:00
info_feed_channels_controllers.cpp Comment out non-folder feed code. 2019-04-25 14:16:30 +04:00
info_feed_channels_controllers.h Remove BypassWindowManagerHint in MediaView / Passport. 2018-07-31 22:55:30 +03:00
info_feed_channels_widget.cpp Channels list in feed info with leave channel. 2018-02-10 01:14:26 +03:00
info_feed_channels_widget.h Channels list in feed info with leave channel. 2018-02-10 01:14:26 +03:00
info_feed_cover.cpp Remove supergroup migrate messages. 2019-01-17 12:21:31 +04:00
info_feed_cover.h Add content to feed info cover widget. 2018-02-08 12:20:55 +03:00
info_feed_profile_inner_widget.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
info_feed_profile_inner_widget.h Feed info profile placeholder. 2018-02-08 12:20:51 +03:00
info_feed_profile_widget.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
info_feed_profile_widget.h Feed info profile placeholder. 2018-02-08 12:20:51 +03:00