Skip to content

Minor code cleanup

Ahmad Samir requested to merge work/ahmad/remove-erase into master
  • Use erase-remove for contiguous-memory containers (IIUC, that includes QList when it behaves itself and acts like a vector, which is the case with QList in Qt5).

  • Use QList::append(otherList)

NO_CHANGELOG

Merge request reports