diff options
author | Arno <arno@disconnect.de> | 2016-08-20 08:31:29 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-08-20 08:31:29 +0200 |
commit | d47427a2d51fcc7f8e1f8926a706e04ff01603ed (patch) | |
tree | 22002ee669fbce025aad1782f75733843e3581be /shemovcleaner.qrc | |
parent | 8ab990b7c6fb5348b09f451878a80e2c70695876 (diff) | |
download | ShemovCleaner-d47427a2d51fcc7f8e1f8926a706e04ff01603ed.tar.gz ShemovCleaner-d47427a2d51fcc7f8e1f8926a706e04ff01603ed.tar.bz2 ShemovCleaner-d47427a2d51fcc7f8e1f8926a706e04ff01603ed.zip |
Present torrent files as a tree
A torrent info dictionary has two modes: single and multi files. When in
multi-mode, the name-entry is the directory containing the files.
Represent it as a tree.
During testing I discovered a fatal bug in the torrent parser: If we
encounter an invalid string, we have to move mPos forward, else we will
loop indefinitely until we're OOM.
I also added some icons for folders, files and trackers.
Diffstat (limited to 'shemovcleaner.qrc')
-rw-r--r-- | shemovcleaner.qrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shemovcleaner.qrc b/shemovcleaner.qrc index ee75d03..dc6aa2f 100644 --- a/shemovcleaner.qrc +++ b/shemovcleaner.qrc @@ -3,5 +3,9 @@ <file>clean_tampon.png</file> <file>gaping_ass.png</file> <file>huge_bra.png</file> + <file>butt_plug.png</file> + <file>delete.png</file> + <file>diaper.png</file> + <file>folder.png</file> </qresource> </RCC> |