diff options
author | Arno <arno@disconnect.de> | 2018-01-04 08:04:10 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-01-04 08:04:10 +0100 |
commit | 3c648fed56a6c7a9f40353d95f4eff5baaecaf76 (patch) | |
tree | 6e9aca61b614bc45e9c81078cd01cb7b1784bcd1 /ShemovCleaner.pro | |
parent | 73eaf29a9fcc501adb66c08bc2741ecdc10251f8 (diff) | |
download | ShemovCleaner-3c648fed56a6c7a9f40353d95f4eff5baaecaf76.tar.gz ShemovCleaner-3c648fed56a6c7a9f40353d95f4eff5baaecaf76.tar.bz2 ShemovCleaner-3c648fed56a6c7a9f40353d95f4eff5baaecaf76.zip |
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.
Diffstat (limited to 'ShemovCleaner.pro')
-rw-r--r-- | ShemovCleaner.pro | 6 |
1 files changed, 4 insertions, 2 deletions
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 |