Closed shlyakpavel closed 5 years ago
Probably intentional.
Caused by https://github.com/lxqt/libqtxdg/pull/116
However, I would prefer it to be an if
condition instead
Yes, it's very suspicious. A typo?
I would prefer it to be an if condition instead
Again, yes! It should be if
. The while
loop is a remnant of the previous code.
There is an unconditional 'break' within a loop. This is really suspicious :) https://github.com/lxqt/libqtxdg/blob/1a52e5cb5203a51c1a450bb7fd7268e22fc7c03b/src/xdgiconloader/xdgiconloader.cpp#L474 Have a nice day!