Commit 98ac42c7 authored by Zoltan Arvai's avatar Zoltan Arvai Committed by The Qt Project
Browse files

Fix string concatenation in WebEngine on Windows


MSVC thinks the firs part of that string is wide while the second
part is narrow and it won't allow to concetanete them directly.
Adding literal for wide string before ".qml" on Windows will
resolve it.

Change-Id: I934fed6fe9e9401461a8165a524e8110cec3c3fa
Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
parent d962355e
Showing with 6 additions and 0 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment