Skip to content

Change some method names

Ahmad Samir requested to merge work/ahmad/rename into master

It's a chance to get rid of the "got" in the names, using the verb e.g. "changed" directly is more common in KF and Qt code.

Remove the k suffix from a slot name, it was used to mark slots that are used with Q_PRIVATE_SLOT (which is only needed if we're using SLOT(), but the code is using the pointer-to-member-function signal/slot syntax).

NO_CHANGELOG

Merge request reports