Skip to content

Fix comparing unsigned to signed int

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

If QModelIndex::internalId() returns an unsigned int, it can't ever be -1, so the condition will always be true.

NO_CHANGELOG

Merge request reports