From 8ab990b7c6fb5348b09f451878a80e2c70695876 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 19 Aug 2016 17:51:10 +0200 Subject: 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. --- ShemovCleaner.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ShemovCleaner.pro') 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 += -- cgit v1.2.3-70-g09d2