summaryrefslogtreecommitdiffstats
path: root/tests/auto/qicon/tst_qicon.qrc
blob: 7925a33c849ec70793318982f77780109fa6d994 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE RCC><RCC version="1.0">
<qresource prefix="/">
<file>image.png</file>
<file>rect.png</file>
<file>./icons/testtheme/16x16/actions/appointment-new.png</file>
<file>./icons/testtheme/22x22/actions/appointment-new.png</file>
<file>./icons/testtheme/32x32/actions/appointment-new.png</file>
<file>./icons/testtheme/index.theme</file>
<file>./icons/testtheme/scalable/actions/svg-only.svg</file>
<file>./icons/themeparent/16x16/actions/address-book-new.png</file>
<file>./icons/themeparent/16x16/actions/appointment-new.png</file>
<file>./icons/themeparent/22x22/actions/address-book-new.png</file>
<file>./icons/themeparent/22x22/actions/appointment-new.png</file>
<file>./icons/themeparent/32x32/actions/address-book-new.png</file>
<file>./icons/themeparent/32x32/actions/appointment-new.png</file>
<file>./icons/themeparent/index.theme</file>
<file>./icons/themeparent/scalable/actions/address-book-new.svg</file>
<file>./icons/themeparent/scalable/actions/appointment-new.svg</file>
</qresource>
</RCC>
arentecd9e8ac6765fe6a5f9496fbacb00732bf104bde (diff)downloadcpython-a39938ff44ae9e63ae04b9b2856921a44bdf2b2c.zip
cpython-a39938ff44ae9e63ae04b9b2856921a44bdf2b2c.tar.gz
cpython-a39938ff44ae9e63ae04b9b2856921a44bdf2b2c.tar.bz2
Issue #21171: Fixed undocumented filter API of the rot13 codec.
Patch by Berker Peksag.
Diffstat (limited to 'Lib/encodings')