QList icon indicating copy to clipboard operation
QList copied to clipboard

Fix warnings: Early returns in non-void functions.

Open XtraIce opened this issue 4 years ago • 1 comments

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.

XtraIce avatar Jan 17 '21 03:01 XtraIce

I have the code to fix, if want me to branch and do PR.

XtraIce avatar Jan 17 '21 03:01 XtraIce