Skip to content

Replace foreach with C++11 range loops

Joshua Goins requested to merge work/redstrate/replace-foreach into master

Replaces all of the old Qt foreach macro with the C++11 range loop, and removes one unnecessary typedef with auto.

Merge request reports

Loading