AyuGramDesktop/Telegram/SourceFiles/editor/scene
Sean Wei 5a6a5fd4d1 Change const T&& parameters to T&& to enable proper move semantics
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.
2025-06-27 20:50:08 +04:00
..
scene.cpp Moved out extracting of attached stickers from Scene to FileLoadTask. 2022-01-12 11:54:25 +03:00
scene.h Moved out extracting of attached stickers from Scene to FileLoadTask. 2022-01-12 11:54:25 +03:00
scene_item_base.cpp Implement animated spoilers. 2022-09-18 16:52:30 +04:00
scene_item_base.h Refactored and fixed saving scene states between modes in photo editor. 2021-07-09 12:49:07 +03:00
scene_item_canvas.cpp Moved some photo editor files to td_ui. 2022-01-12 11:54:25 +03:00
scene_item_canvas.h Implement animated spoilers. 2022-09-18 16:52:30 +04:00
scene_item_image.cpp Change const T&& parameters to T&& to enable proper move semantics 2025-06-27 20:50:08 +04:00
scene_item_image.h Change const T&& parameters to T&& to enable proper move semantics 2025-06-27 20:50:08 +04:00
scene_item_line.cpp Change const T&& parameters to T&& to enable proper move semantics 2025-06-27 20:50:08 +04:00
scene_item_line.h Change const T&& parameters to T&& to enable proper move semantics 2025-06-27 20:50:08 +04:00
scene_item_sticker.cpp Removed cIntRetinaFactor and cRetinaFactor. 2024-03-24 07:10:07 +03:00
scene_item_sticker.h Move Webm sticker to UnwrappedMedia. 2022-08-04 13:35:34 +03:00