I am running a program I wrote in qt 4.7 with qt 5.0.1 I get the above error. Can I resolve this error?
I am running a program I wrote in qt 4.7 with qt 5.0.1 I get the above error. Can I resolve this error?
Refer this Deprecation
Just in case the link is missing
So just remove it, and don't use it (inthe function parameters)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.
When you know how to do it then you may do it wrong.
When you don't know how to do it then it is not that you may do it wrong but you may not do it right.
atenakid (18th February 2014)
Bookmarks