diff options
author | Arno <arno@disconnect.de> | 2016-08-19 17:51:10 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-08-19 17:51:10 +0200 |
commit | 8ab990b7c6fb5348b09f451878a80e2c70695876 (patch) | |
tree | 8a90c848308c09e729d9256a6af921abfeb786b3 /ShemovCleaner.pro | |
parent | cead61f9598302a83fa72e99f82f7bfa2c0b19cb (diff) | |
download | ShemovCleaner-8ab990b7c6fb5348b09f451878a80e2c70695876.tar.gz ShemovCleaner-8ab990b7c6fb5348b09f451878a80e2c70695876.tar.bz2 ShemovCleaner-8ab990b7c6fb5348b09f451878a80e2c70695876.zip |
Added torrent support
The BEncode parser is loosely based on this:
https://github.com/jif/Bencode/blob/master/bencode.cpp
Not perfect, but enough to display all the essential data in the shiny
new TorrentDisplay dialog.
Diffstat (limited to 'ShemovCleaner.pro')
-rw-r--r-- | ShemovCleaner.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ShemovCleaner.pro b/ShemovCleaner.pro index e246968..57893bb 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -16,10 +16,14 @@ TEMPLATE = app SOURCES += main.cpp\ shemovcleaner.cpp \ - filesorter.cpp + filesorter.cpp \ + torrentparser.cpp \ + torrentdisplay.cpp HEADERS += shemovcleaner.h \ - filesorter.h + filesorter.h \ + torrentparser.h \ + torrentdisplay.h DISTFILES += |