Don't use deprecated toAscii() method
ClosedPublic

Authored by zzag on Jul 10 2019, 1:06 PM.

Details

Summary

QChar::toAscii() and QString::toAscii() are deprecated in favor of
QChar::toLatin1() and QString::toLatin1() respectively.

Diff Detail

Repository
R108 KWin
Branch
fix-warnings
Lint
Lint OK
Unit
No Unit Test Coverage
Build Status
Buildable 13803
Build 13821: arc lint + arc unit
zzag created this revision.Jul 10 2019, 1:06 PM
Restricted Application added a project: KWin. · View Herald TranscriptJul 10 2019, 1:06 PM
Restricted Application added a subscriber: kwin. · View Herald Transcript
zzag requested review of this revision.Jul 10 2019, 1:06 PM
apol accepted this revision.Jul 10 2019, 1:49 PM
This revision is now accepted and ready to land.Jul 10 2019, 1:49 PM
This revision was automatically updated to reflect the committed changes.