[clazy] [Bug 354144] New: new check: Pass QChar instead of QString to overloads taking QChar
Sergio Martins via KDE Bugzilla
bugzilla_noreply at kde.org
Tue Oct 20 21:28:18 BST 2015
https://bugs.kde.org/show_bug.cgi?id=354144
Bug ID: 354144
Summary: new check: Pass QChar instead of QString to overloads
taking QChar
Product: clazy
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
Assignee: unassigned-bugs at kde.org
Reporter: smartins at kde.org
foo.join(QStringLiteral(" ")) -> foo.join(' ')
The later form is better since it occupies less space in .rodata and doesn't
use lambda
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list