diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-20 12:02:35 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-20 12:02:35 +0300 |
commit | d7e5171bfabf48e69112190b7096268222979c1c (patch) | |
tree | 89e09ff0189dbd87f7f203da0a53a52ccbb7fa2a /resources/res.qrc | |
parent | Add user avatar after the 'encryption is enabled' message (diff) | |
download | nheko-d7e5171bfabf48e69112190b7096268222979c1c.tar.xz |
Create user profile modal
Diffstat (limited to 'resources/res.qrc')
-rw-r--r-- | resources/res.qrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/res.qrc b/resources/res.qrc index 71463e65..8484b299 100644 --- a/resources/res.qrc +++ b/resources/res.qrc @@ -1,5 +1,14 @@ <RCC> <qresource prefix="/icons"> + <file>icons/ui/volume-off-indicator.png</file> + <file>icons/ui/volume-off-indicator@2x.png</file> + <file>icons/ui/black-bubble-speech.png</file> + <file>icons/ui/black-bubble-speech@2x.png</file> + <file>icons/ui/do-not-disturb-rounded-sign.png</file> + <file>icons/ui/do-not-disturb-rounded-sign@2x.png</file> + <file>icons/ui/round-remove-button.png</file> + <file>icons/ui/round-remove-button@2x.png</file> + <file>icons/ui/double-tick-indicator.png</file> <file>icons/ui/double-tick-indicator@2x.png</file> <file>icons/ui/lock.png</file> |