Skip to content

KTextToHtml: minor code optimisation

Ahmad Samir requested to merge work/ahmad/ktexttohtml-optim into master
  • Use QString::at() instead of operator[] to prevent detaching.
  • Using QString::startsWith(), less numbers/calculations.
  • Some minor code formatting for better readability.

Merge request reports