Skip to content

Replace qSwap with std::swap

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

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

Merge request reports