diff options
author | saturneric <[email protected]> | 2025-04-16 22:38:40 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-16 22:38:40 +0000 |
commit | 72d98ff183bcedd05c5a996fccaa0544cb4ac309 (patch) | |
tree | eb7ce626d3bf4243c9efe3f23bba6ec830f59a5b /gpgfrontend.qrc | |
parent | fix: solve CI build dependencies (diff) | |
download | GpgFrontend-72d98ff183bcedd05c5a996fccaa0544cb4ac309.tar.gz GpgFrontend-72d98ff183bcedd05c5a996fccaa0544cb4ac309.zip |
feat: switch text-based model to workspace-based model
Diffstat (limited to 'gpgfrontend.qrc')
-rw-r--r-- | gpgfrontend.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpgfrontend.qrc b/gpgfrontend.qrc index 67656e39..a98b8912 100644 --- a/gpgfrontend.qrc +++ b/gpgfrontend.qrc @@ -113,6 +113,7 @@ <file alias="decr-verify.png">resource/lfs/icons/decr-verify.png</file> <file alias="smart-card.png">resource/lfs/icons/smart-card.png</file> <file alias="key-group.png">resource/lfs/icons/key-group.png</file> + <file alias="workspace.png">resource/lfs/icons/workspace.png</file> </qresource> <qresource prefix="/test/key"> <file alias="pv1.key">resource/lfs/test/data/pv1.key</file> |