Skip to content

Replace deprecated QString::count with QString::size

Michael Mischurow requested to merge mischurow/skrooge:deprecated-count into master

This is part of mischurow/skrooge:kf6 branch which contains fixes for various warnings in KF6 build (now linux build is warning-free, but there are still couple of warnings left in freebsd). Most of the fixes are not going to build under KF5, but perhaps you might be interested in 38a484dd, which replaces occurrences of qAsConst with std::as_const - this should be safe to build with KF5.

Edited by Michael Mischurow

Merge request reports

Loading