diff options
author | Arno <arno@disconnect.de> | 2016-09-02 21:23:37 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-09-02 21:23:37 +0200 |
commit | 86d3baf2c6c6ff3bb987dcd30cd606f0a45ef626 (patch) | |
tree | 59200a68c08325a46a144a2f1c9e393eadec4e86 /ShemovCleaner.pro | |
parent | 8203bdcbdbc8c121831db0d197a89842b7178f59 (diff) | |
download | ShemovCleaner-86d3baf2c6c6ff3bb987dcd30cd606f0a45ef626.tar.gz ShemovCleaner-86d3baf2c6c6ff3bb987dcd30cd606f0a45ef626.tar.bz2 ShemovCleaner-86d3baf2c6c6ff3bb987dcd30cd606f0a45ef626.zip |
Basic Version of FileWidget
It checks the DB for md5sums and colors the files accordingly.
As I said: very basic!
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 7b62158..b176492 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -20,7 +20,9 @@ SOURCES += main.cpp\ torrentdisplay.cpp \ torrentwidget.cpp \ shemovcleaner.cpp \ - configurationwidget.cpp + configurationwidget.cpp \ + filewidget.cpp \ + helper.cpp HEADERS += \ filesorter.h \ @@ -28,7 +30,9 @@ HEADERS += \ torrentdisplay.h \ torrentwidget.h \ shemovcleaner.h \ - configurationwidget.h + configurationwidget.h \ + filewidget.h \ + helper.h DISTFILES += |