diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-08 00:30:32 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-08 00:30:32 +0200 |
| commit | f02ccb928fd4ed591d2efe118a571e154f5df68a (patch) | |
| tree | 2fc7c4037423d074c410f4c53714ddc842d33351 /src/icons.qrc | |
| parent | 425f9d41cd337133d5677744eef937a8a2a61212 (diff) | |
| download | kristall-f02ccb928fd4ed591d2efe118a571e154f5df68a.tar.gz | |
Starts to implement gopher protocol and gophermap support. Heavily WIP, but you can already surf on gopherspace!
Diffstat (limited to 'src/icons.qrc')
| -rw-r--r-- | src/icons.qrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/icons.qrc b/src/icons.qrc index a0daae0..0e7b163 100644 --- a/src/icons.qrc +++ b/src/icons.qrc @@ -11,5 +11,11 @@ <file>icons/palette.svg</file> <file>icons/kristall.svg</file> <file>icons/settings.svg</file> + <file>icons/content-save-move.svg</file> + <file>icons/content-save.svg</file> + <file>icons/home.svg</file> + <file>icons/plus.svg</file> + <file>icons/content-save-import.svg</file> + <file>icons/folder-open.svg</file> </qresource> </RCC> |
