annotate examples/desktop/systray/systray.qrc @ 282:256ab6cb8e85

Signals look-up andNew syntax for connect. The old one will not work from now on. This will allow for the signals overload. Although changes are done for both D1 and D2 versions, D1 won't work because of compiler bugs. I am tired of waiting for fixes.
author eldar
date Fri, 16 Oct 2009 02:43:59 +0000
parents 2c9ef955a171
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
120
2c9ef955a171 add desktop examples
mandel
parents:
diff changeset
1 <!DOCTYPE RCC><RCC version="1.0">
2c9ef955a171 add desktop examples
mandel
parents:
diff changeset
2 <qresource prefix="/">
2c9ef955a171 add desktop examples
mandel
parents:
diff changeset
3 <file>images/bad.svg</file>
2c9ef955a171 add desktop examples
mandel
parents:
diff changeset
4 <file>images/heart.svg</file>
2c9ef955a171 add desktop examples
mandel
parents:
diff changeset
5 <file>images/trash.svg</file>
2c9ef955a171 add desktop examples
mandel
parents:
diff changeset
6 </qresource>
2c9ef955a171 add desktop examples
mandel
parents:
diff changeset
7 </RCC>