mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-12 16:52:52 +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. |
||
---|---|---|
.. | ||
scene.cpp | ||
scene.h | ||
scene_item_base.cpp | ||
scene_item_base.h | ||
scene_item_canvas.cpp | ||
scene_item_canvas.h | ||
scene_item_image.cpp | ||
scene_item_image.h | ||
scene_item_line.cpp | ||
scene_item_line.h | ||
scene_item_sticker.cpp | ||
scene_item_sticker.h |