I have two QStringList
instances over which I want to iterate at the same time. Using a for
loop and two iterators it would work.
But as I do it pretty often and whould like to reduce typing, is there a possibility to do it with Qt's foreach
macro (I'm using Qt 4.8) or probably even a special macro for this?