Skip to content

Replace qswap with std::swap

Willyanto Willyanto requested to merge willyanto/dolphin:replace-qswap into master

Fixes obsolete function 'qSwap' called. It is recommended to use 'std::swap' instead. (CWE-477)

Merge request reports