mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-09-01 00:22:09 +00:00

So instead of passing every function objects by value (a copy is made), now function objects will be handled properly by reference (for lvalues) or by value (for rvalues).