qt5base-lts/tests/auto/gui/kernel/qguivariant/test/tst_qguivariant.qrc
Albert Astals Cid 7f3e3c1099 Compare QIcon QVariants by their cache key
This makes it so that two QVariants created from the same
QIcon (or from QIcons that were assigned one from eachother)
compare to true.
Unfortunately creating two QIcons with the same path and
comparing them still gives false as they have different cacheKeys

Change-Id: Iafe2bc4082a830f9c6469f083c26a7abbe4b35c5
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
2013-10-09 13:15:54 +02:00

7 lines
124 B
Plaintext

<!DOCTYPE RCC><RCC version="1.0">
<qresource prefix="/">
<file>black.png</file>
<file>black2.png</file>
</qresource>
</RCC>