Fix minor EBN issues
Description
Description
Details
Details
- Auditors
muhlenpfordt - Committed
yurchor Aug 18 2018, 7:51 AM - Parents
- R260:4de1b3c553d3: GIT_SILENT made messages (after extraction)
- Branches
- Unknown
- Tags
Comment Actions
I can't compile the master branch anymore and Jenkins failed too.
| /tests/auto/contextmanagertest.cpp | ||
|---|---|---|
| 67 | contextmanagertest.cpp:67:23: error: invalid user-defined conversion from ‘char’ to ‘const QString&’ [-fpermissive] | |
| 78 | contextmanagertest.cpp:78:23: error: invalid conversion from ‘char’ to ‘const char*’ [-fpermissive] | |
Comment Actions
Thanks for fixing. Compiler is happy again.
I read about some special comments for Krazy to ignore this. Should we add this here or use another way, e.g. QStringLiteral?
Comment Actions
Might be so. At least, other developers do this through QStringLiteral. Or it can be ignored...