diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-01 15:39:50 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-01 15:39:50 +0200 |
commit | 432a2e13548b00bbacee1f06da8e605e26006379 (patch) | |
tree | cfbbb0819dd6364a0ee11e4159a3c44b909ee7a7 /resources/res.qrc | |
parent | Group emoji and dialogs with namespaces (diff) | |
download | nheko-432a2e13548b00bbacee1f06da8e605e26006379.tar.xz |
Add inline audio clip player (m.audio) (#143)
Diffstat (limited to 'resources/res.qrc')
-rw-r--r-- | resources/res.qrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/res.qrc b/resources/res.qrc index 95de2ec9..d15dd04c 100644 --- a/resources/res.qrc +++ b/resources/res.qrc @@ -26,6 +26,10 @@ <file>icons/ui/angle-arrow-down@2x.png</file> <file>icons/ui/arrow-pointing-down.png</file> <file>icons/ui/arrow-pointing-down@2x.png</file> + <file>icons/ui/play-sign.png</file> + <file>icons/ui/play-sign@2x.png</file> + <file>icons/ui/pause-symbol.png</file> + <file>icons/ui/pause-symbol@2x.png</file> <file>icons/emoji-categories/people.png</file> <file>icons/emoji-categories/people@2x.png</file> |