Skip to content

KXftConfig: modernize code

Ahmad Samir requested to merge work/ahmad/kxtconfig-cleaning into master
  • Use range-for/for_each algorithim
  • Less implicit casting from ASCII
  • Use string comparision instead of QRegExp, the former is usually faster
  • Replace one letter var names with slightly longer ones

Merge request reports