NormalmapGenerator icon indicating copy to clipboard operation
NormalmapGenerator copied to clipboard

QCoreApplication::UnicodeUTF8 is deprecated

Open ms502040 opened this issue 6 years ago • 0 comments

This enum type used to define the 8-bit encoding of character string arguments to translate(). This enum is now obsolete and UTF-8 will be used in all cases. So remove all instances of QCoreApplication::UnicodeUTF8

ms502040 avatar Sep 08 '19 14:09 ms502040