From 3c648fed56a6c7a9f40353d95f4eff5baaecaf76 Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 4 Jan 2018 08:04:10 +0100 Subject: Implement DirSelectionWidget This Widget lets you select a list of directories. It's basically about code reuse. We're gonna need this later when implementing the favorite directories feature. --- ShemovCleaner.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ShemovCleaner.pro') diff --git a/ShemovCleaner.pro b/ShemovCleaner.pro index cc357f6..f3f298b 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -36,7 +36,8 @@ HEADERS += actorwidget.h \ torrentparser.h \ torrentwidget.h \ viewer.h \ - cachedfiledata.h + cachedfiledata.h \ + dirselectionwidget.h SOURCES += actorwidget.cpp \ configurationwidget.cpp \ filecopier.cpp \ @@ -54,5 +55,6 @@ SOURCES += actorwidget.cpp \ torrentparser.cpp \ torrentwidget.cpp \ viewer.cpp \ - cachedfiledata.cpp + cachedfiledata.cpp \ + dirselectionwidget.cpp RESOURCES += shemovcleaner.qrc -- cgit v1.2.3-70-g09d2