Skip to content

Replace `QString::toLower().compare()` with `QString::compare(Qt::CaseInsensitive)`

Fushan Wen requested to merge work/fuf/lower into master

This reduces some temporary QString constructions.

Merge request reports