----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126615/ -----------------------------------------------------------
(Updated Jan. 3, 2016, 6:10 p.m.) Status ------ This change has been marked as submitted. Review request for KDE Frameworks. Changes ------- Submitted with commit 8404d55c95b59c4d885cf248722d89fb902c03ec by Kåre Särs to branch master. Repository: knewstuff 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) Replacing QStringLitearl() with QLatin1String() Diffs ----- src/ui/itemsviewdelegate.cpp 8a891ba Diff: https://git.reviewboard.kde.org/r/126615/diff/ Testing ------- Compiles again on windows Thanks, Kåre Särs
_______________________________________________ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel