Be strict about implicit string casts
ClosedPublic

Authored by gladhorn on Jul 12 2018, 8:07 AM.

Details

Summary

Use QT_NO_CAST_FROM_ASCII and friends. There are a bunch of places where
QString should really be QByteArray, but that's for the future.

Diff Detail

Repository
R104 KScreen
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 775
Build 788: arc lint + arc unit
gladhorn created this revision.Jul 12 2018, 8:07 AM
Restricted Application added a project: Plasma. · View Herald TranscriptJul 12 2018, 8:07 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
gladhorn requested review of this revision.Jul 12 2018, 8:07 AM
zzag added a subscriber: zzag.Jul 12 2018, 8:16 AM
zzag added inline comments.
CMakeLists.txt
11–16

Use 4 spaces to indent.

apol accepted this revision.Jul 12 2018, 9:24 AM
This revision is now accepted and ready to land.Jul 12 2018, 9:24 AM
This revision was automatically updated to reflect the committed changes.