Review Request 126617: (kxmlgui) Fix compilation: QStringLiteral and multistring parameter do not mix on Windows

Kåre Särs kare.sars at iki.fi
Sun Jan 3 18:45:02 UTC 2016


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/126617/
-----------------------------------------------------------

(Updated Jan. 3, 2016, 6:45 p.m.)


Status
------

This change has been marked as submitted.


Review request for KDE Frameworks.


Changes
-------

Submitted with commit b62e23aaf4e98475f6f2bc190f47eac41abf8b19 by Kåre Särs to branch master.


Repository: kxmlgui


Description
-------

Strings that are separated into multiple parts don't work on Windows
together with QStringLiteral as the first string is interpreted as a
wide (16bit) string, and the second one as a narrow (8bit) string. (Copy pasted from Patrick Spendrin's RR)

Joining the strings here.


Diffs
-----

  src/kbugreport.cpp b43f3c4 

Diff: https://git.reviewboard.kde.org/r/126617/diff/


Testing
-------

Compiles again on windows


Thanks,

Kåre Särs

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20160103/b0efad45/attachment.html>


More information about the Kde-frameworks-devel mailing list