From 86d3baf2c6c6ff3bb987dcd30cd606f0a45ef626 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 2 Sep 2016 21:23:37 +0200 Subject: Basic Version of FileWidget It checks the DB for md5sums and colors the files accordingly. As I said: very basic! --- ShemovCleaner.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ShemovCleaner.pro') 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 += -- cgit v1.2.3-70-g09d2