mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-24 22:43:08 +02:00
Previously some constructors/functions used `const T&&`, which prevents calling the move constructor. This commit removes the `const` qualifier so that `std::move` actually performs a move. |
||
---|---|---|
.. | ||
data_custom_emoji.cpp | ||
data_custom_emoji.h | ||
data_stickers.cpp | ||
data_stickers.h | ||
data_stickers_set.cpp | ||
data_stickers_set.h |