summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libpng/privatepng.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Hide png symbols in a namespace for -qt-libpngDaniel Teske2012-01-311-0/+16
If qt is compiled with -qt-libpng then the png symbols prevent a loading of another libpng. With this patch the png symbols are hidden and thus it is possible to load another libpng. Reviewed-by: hjk <qtc-committer@nokia.com>