diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-07-08 23:19:01 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-07-09 09:12:58 -0700 |
commit | f8f8735cfeb81de64c47de2ce84327e7f0b4a61c (patch) | |
tree | 8119e0e583fcc8485dde26993d06faf8a37e3881 /subsurface.qrc | |
parent | 12519af8b4340cc5c8e7f95f534f1736a77b4ef5 (diff) | |
download | subsurface-f8f8735cfeb81de64c47de2ce84327e7f0b4a61c.tar.gz |
Dive pictures: Import unknown-type icon
Import an "unknown-type" icon from the KDE breeze theme, which is
licensed under the LGPL. This icon will be shown for file for which
we couldn't determine whether this is a picture or a video.
Source: https://github.com/KDE/breeze-icons
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index 723afdc68..1281702ae 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -93,5 +93,6 @@ <file alias="preferences-other-icon">icons/defaults.png</file> <file alias="camera-icon">icons/camera.svg</file> <file alias="video-icon">icons/video.svg</file> + <file alias="unknown-icon">icons/unknown.svg</file> </qresource> </RCC> |