summaryrefslogtreecommitdiffstats
path: root/shemovcleaner.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2016-09-02 21:23:37 +0200
committerArno <arno@disconnect.de>2016-09-02 21:23:37 +0200
commit86d3baf2c6c6ff3bb987dcd30cd606f0a45ef626 (patch)
tree59200a68c08325a46a144a2f1c9e393eadec4e86 /shemovcleaner.h
parent8203bdcbdbc8c121831db0d197a89842b7178f59 (diff)
downloadShemovCleaner-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.h')
-rw-r--r--shemovcleaner.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shemovcleaner.h b/shemovcleaner.h
index ccbdd63..a518ae2 100644
--- a/shemovcleaner.h
+++ b/shemovcleaner.h
@@ -5,6 +5,7 @@
class QTabWidget;
class TorrentWidget;
+class FileWidget;
class QLabel;
class QAction;
@@ -26,6 +27,7 @@ class ShemovCleaner : public QMainWindow {
QLabel *mSelected;
QTabWidget *mTab;
TorrentWidget *mTorrentTab;
+ FileWidget *mFileTab;
QAction *mTorRefreshA;
QAction *mTorDeleteA;
QAction *mTorMoveA;