mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-09 01:26:39 -04:00
We copy the QString, so it makes sense to accept it by value and _move_ it into the collection instead. This causes the caller to move any rvalue QString into the function, and then the QString is never actually copied at all.
2.1 KiB
2.1 KiB