aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-17 14:53:32 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-17 14:53:32 +0000
commitb5a6b575289b93182e3a54a3f4f78e23a1a690a2 (patch)
tree0dc778b6761de62a40d22d5e342310628e1d744c /examples/GuiClient
parent0259529f013f78d3df7b9f148470c8b724dbc892 (diff)
downloadqxmpp-b5a6b575289b93182e3a54a3f4f78e23a1a690a2.tar.gz
add icon for settings button
Diffstat (limited to 'examples/GuiClient')
-rw-r--r--examples/GuiClient/resources.qrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/GuiClient/resources.qrc b/examples/GuiClient/resources.qrc
index 83823170..1b6c7e29 100644
--- a/examples/GuiClient/resources.qrc
+++ b/examples/GuiClient/resources.qrc
@@ -1,5 +1,5 @@
<RCC>
- <qresource prefix="/icons" >
+ <qresource prefix="/icons">
<file>resource/green.png</file>
<file>resource/orange.png</file>
<file>resource/red.png</file>
@@ -9,5 +9,6 @@
<file>resource/downArrow.png</file>
<file>resource/ajax-loader.gif</file>
<file>resource/icon.png</file>
+ <file>resource/settingsButton.png</file>
</qresource>
</RCC>