aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/chattutorial/shared/shared.qrc
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2017-06-29 16:36:39 +0200
committerLiang Qi <liang.qi@qt.io>2017-07-10 07:37:11 +0000
commit815cae4eb4887956a62e12ca357a0ec797dfc08f (patch)
treeb8ef217d2ef10055c42b9a4fe81027d6fba15b3d /examples/quickcontrols2/chattutorial/shared/shared.qrc
parent8bc2feb498cbbeafe0de52cda929ef7a881c0351 (diff)
Example: Replace spaces from the image file name
Updated the corresponding qml files where these images are used. The spaces in file name stops qdoc from listing the file in the example page. Change-Id: I45b24ec88d367fe229fe365eeb611b86de805e0d Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'examples/quickcontrols2/chattutorial/shared/shared.qrc')
-rw-r--r--examples/quickcontrols2/chattutorial/shared/shared.qrc24
1 files changed, 12 insertions, 12 deletions
diff --git a/examples/quickcontrols2/chattutorial/shared/shared.qrc b/examples/quickcontrols2/chattutorial/shared/shared.qrc
index 8e112513..9eda6aa2 100644
--- a/examples/quickcontrols2/chattutorial/shared/shared.qrc
+++ b/examples/quickcontrols2/chattutorial/shared/shared.qrc
@@ -1,16 +1,16 @@
<RCC>
<qresource prefix="/">
- <file>Albert Einstein.png</file>
- <file>Albert Einstein@2x.png</file>
- <file>Albert Einstein@3x.png</file>
- <file>Albert Einstein@4x.png</file>
- <file>Ernest Hemingway.png</file>
- <file>Ernest Hemingway@2x.png</file>
- <file>Ernest Hemingway@3x.png</file>
- <file>Ernest Hemingway@4x.png</file>
- <file>Hans Gude.png</file>
- <file>Hans Gude@2x.png</file>
- <file>Hans Gude@3x.png</file>
- <file>Hans Gude@4x.png</file>
+ <file>Albert_Einstein.png</file>
+ <file>Albert_Einstein@2x.png</file>
+ <file>Albert_Einstein@3x.png</file>
+ <file>Albert_Einstein@4x.png</file>
+ <file>Ernest_Hemingway.png</file>
+ <file>Ernest_Hemingway@2x.png</file>
+ <file>Ernest_Hemingway@3x.png</file>
+ <file>Ernest_Hemingway@4x.png</file>
+ <file>Hans_Gude.png</file>
+ <file>Hans_Gude@2x.png</file>
+ <file>Hans_Gude@3x.png</file>
+ <file>Hans_Gude@4x.png</file>
</qresource>
</RCC>