lxqt / lxqt-qtplugin

LXQt Qt platform integration plugin
https://lxqt.github.io
GNU Lesser General Public License v2.1
24 stars 14 forks source link

Drop Qt foreach. #31

Closed luis-pereira closed 6 years ago

luis-pereira commented 6 years ago

Replaced with the ranged-for loop. Using QT_NO_FOREACH to enforce it.

palinek commented 6 years ago

GTM