diff options
author | Ashish Kulkarni <kulkarni.ashish@gmail.com> | 2014-05-05 12:39:18 (GMT) |
---|---|---|
committer | Ashish Kulkarni <kulkarni.ashish@gmail.com> | 2014-12-13 17:27:17 (GMT) |
commit | 7d311bc5511f908fa82d9bb74c34e3d9c4df8d55 (patch) | |
tree | 79bf5d132c36aaab089565c11fc752f610cffce6 /src/declarative | |
parent | 325b6ef5d68a7066df9fb6cf48474257e3d57ea9 (diff) | |
download | Qt-7d311bc5511f908fa82d9bb74c34e3d9c4df8d55.zip Qt-7d311bc5511f908fa82d9bb74c34e3d9c4df8d55.tar.gz Qt-7d311bc5511f908fa82d9bb74c34e3d9c4df8d55.tar.bz2 |
fix QWebSettings::setUserStyleSheetUrl() not working with windows paths
QWebSettings::setUserStyleSheetUrl() does not work with windows paths
that contain drive letters.
KURL::path() alone does not handle removing the leading slash from a
windows file path. Using QUrl::toLocalFile() will turn
​file:///C:/path into C:/path appropriately
This fixes https://bugs.webkit.org/show_bug.cgi?id=34884.
Change-Id: I37a1482b67447be6ea6a10966cf59c9159db83cd
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Diffstat (limited to 'src/declarative')
0 files changed, 0 insertions, 0 deletions