Marc Mutz wrote: > My porting guide for Q_FOREACH -> C++11 ranged for has created the > expected outcry from users. Well, at least I object to deprecating Q_FOREACH to begin with, even if you don't remove it. It's just the safer (no risk of accidental detaches, as long as you use Qt containers) and more convenient API. Kevin Kofler