QStringLiteral("") -> QString
ClosedPublic

Authored by aacid on Jul 18 2019, 10:15 AM.

Details

Summary

They are not exactly the same but in this case it's only used to be added to a path so it is the same

Diff Detail

Repository
R849 User Feedback Collection Framework
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 14080
Build 14098: arc lint + arc unit
aacid requested review of this revision.Jul 18 2019, 10:15 AM
aacid created this revision.

QString() is empty and null whereas QStringLiteral("") is empty but not null

I know, did you read the summary?

I missed the "not" there, don't mind me, just a passerby :)

vkrause accepted this revision.Jul 18 2019, 10:44 AM
This revision is now accepted and ready to land.Jul 18 2019, 10:44 AM
aacid closed this revision.Jul 18 2019, 9:46 PM