qmlfrontend/qml.qrc
author Wuzzy <Wuzzy2@mail.ru>
Wed, 07 Mar 2018 15:09:31 +0100
changeset 13089 c9cdbf630447
parent 12854 28cb18c5e712
child 12861 488782d9aba9
permissions -rw-r--r--
Stop SplitByChar also lowercasing the entire string. Fixes bug #581. It's weird that a function with this name would lowercase the whole string. Nemo and I have checked the history and code for any justifications of the lowercasing but we found none. I have checked in the code if anything actually depends on SplitByChar also lowercasing the string but I found nothing. It would surprise me since it's not obvious from the name IMO is bad coding practice anyway. Bug 581 is fixed by this because cLocale was (incorrectly) lowercased, which broke locale names like pt_BR to pt_br.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12854
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     1
<!DOCTYPE RCC>
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     2
<RCC version="1.0">
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     3
    <qresource prefix="/">
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     4
        <file>main.qml</file>
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     5
        <file>Page1.qml</file>
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     6
        <file>Page1Form.ui.qml</file>
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     7
        <file>qtquickcontrols2.conf</file>
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     8
    </qresource>
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     9
</RCC>