From f2ede1a01237c0ff0285716359a8b57a6676a94d Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Sat, 23 Apr 2016 19:34:15 +0200 Subject: QQuickStyleSelector: fix relative path handling This makes it possible to pass a relative path to the style: ./myapp -style relative/path/to/my/style To make the tests pass, includes a fix to avoid double slashes in selected URLs. Change-Id: I1b366eb7793523dd0f1058236661cedaa1216f3d Reviewed-by: Mitch Curtis --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 92052b5d..7d6784f9 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ /tests/auto/popup/tst_popup /tests/auto/pressandhold/tst_pressandhold /tests/auto/qquickstyle/tst_qquickstyle +/tests/auto/qquickstyleselector/tst_qquickstyleselector /tests/auto/sanity/tst_sanity /tests/auto/snippets/tst_snippets /tests/auto/styles/tst_styles -- cgit v1.2.3