Use non-deprecated types and methods:
as David told: " WFlags -> WindowFlags (it's a typedef, and it's BC, nm says QFlags<Qt::WindowType>) toAscii -> toLatin1 fromAscii -> fromLatin1 " As done in kdelibs
Please register or sign in to comment
as David told: " WFlags -> WindowFlags (it's a typedef, and it's BC, nm says QFlags<Qt::WindowType>) toAscii -> toLatin1 fromAscii -> fromLatin1 " As done in kdelibs