Files
linuxdeployqt/shared
Mikkel Krautz d57f180179 shared/shared.cpp: remove a few minor C++11-isms.
These are the only issues preventing linuxdeployqt
from building on non-C++11 compilers.

Uses of the range-based for loop are replaced with
Qt's foreach macro.

Uses of auto are replaced with appropriate types.
2016-11-12 11:04:06 +01:00
..