diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-05-09 23:08:44 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-13 13:52:35 -0700 |
commit | 19fa2966efae211f210ef0a761040d8bf2b7edfb (patch) | |
tree | 4ecc1ed6de22497d9b097d3387594b1914ad230b /subsurface.qrc | |
parent | b450c155fd78e304f07549c35667dc4e6349ec32 (diff) | |
download | subsurface-19fa2966efae211f210ef0a761040d8bf2b7edfb.tar.gz |
Dive pictures: Import camera icon
Import a camera icon from the KDE breeze theme, which is licensed
under the LGPL. Use this icon to display not-yet-loaded images
in the photos tab and the profile.
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 c5ba1c7a2..e15ec2077 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -100,5 +100,6 @@ <file alias="photo-in-out-icon">icons/inAndOutPhoto.png</file> <file alias="preferences-desktop-locale-icon">icons/language.png</file> <file alias="preferences-other-icon">icons/defaults.png</file> + <file alias="camera-icon">icons/camera.svg</file> </qresource> </RCC> |