From 8e066180fd5668c3459038edc192290f3002706a Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Fri, 22 Apr 2016 10:31:19 +0200 Subject: Implement case-insensitive style name lookup Fixes the issue that "./app -style material" did no longer work, but the case had to match exactly (./app -style Material). Change-Id: I446654110af670c391f8e304ce8008fbd6e9acaa Reviewed-by: Mitch Curtis --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b708509e..92052b5d 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ /tests/auto/menu/tst_menu /tests/auto/popup/tst_popup /tests/auto/pressandhold/tst_pressandhold +/tests/auto/qquickstyle/tst_qquickstyle /tests/auto/sanity/tst_sanity /tests/auto/snippets/tst_snippets /tests/auto/styles/tst_styles -- cgit v1.2.3