QList
QList copied to clipboard
Fix warnings: Early returns in non-void functions.
Instead of returning early in the for-loops, insert a break line and then return at the end of the function instead. This gets rid of the bunch of warnings this library causes.
I have the code to fix, if want me to branch and do PR.