Skip to content

Replace some deprecated functions

Luca Weiss requested to merge z3ntu/content-hub:deprecations into main

See commits for details.

Not 100% sure about QRegExp change. Is there any test coverage on this to validate? Tests fixed, am pretty sure this now replicates what QRegExp was doing. But there is potential to improve the regex I guess by having a slash before .cache , and use [^/]* instead of .* in the middle so it doesn't match extra directories in the middle.

Edited by Luca Weiss

Merge request reports