-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122267/
-----------------------------------------------------------
Review request for kdelibs and Nicolás Alvarez.
Repository: ki18n
Description
-------
QStringLiteral documentation says:
Concatenated string literals cannot be used with QStringLiteral.
QString s = QStringLiteral("a" "b");
which causes ki18n to not build on msvc 2013 here. This patch makes it build
again.
Diffs
-----
src/kuitmarkup.cpp e2dda98
Diff: https://git.reviewboard.kde.org/r/122267/diff/
Testing
-------
Now ki18n builds with msvc2013
Thanks,
Jeremy Whiting