diff options
author | Arno <arno@disconnect.de> | 2018-01-04 09:04:48 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-01-04 09:04:48 +0100 |
commit | f459b30a4ab8ac4bc5d6646795d2e391f70851d3 (patch) | |
tree | 31db881ac08a9a54f2af4c72541ecc3486ddcd57 /ShemovCleaner.pro | |
parent | 1c6d0cbc4e561275197fc78b3fa9f29406f4ced8 (diff) | |
download | ShemovCleaner-f459b30a4ab8ac4bc5d6646795d2e391f70851d3.tar.gz ShemovCleaner-f459b30a4ab8ac4bc5d6646795d2e391f70851d3.tar.bz2 ShemovCleaner-f459b30a4ab8ac4bc5d6646795d2e391f70851d3.zip |
Rename dirselectionwidget > itemselectionwidget
It's much more general purpose than I thought. I'm gonna reuse the code
for MIME-type filters later on.
Diffstat (limited to 'ShemovCleaner.pro')
-rw-r--r-- | ShemovCleaner.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShemovCleaner.pro b/ShemovCleaner.pro index f3f298b..bffc1bd 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -37,7 +37,7 @@ HEADERS += actorwidget.h \ torrentwidget.h \ viewer.h \ cachedfiledata.h \ - dirselectionwidget.h + itemselectionwidget.h SOURCES += actorwidget.cpp \ configurationwidget.cpp \ filecopier.cpp \ @@ -56,5 +56,5 @@ SOURCES += actorwidget.cpp \ torrentwidget.cpp \ viewer.cpp \ cachedfiledata.cpp \ - dirselectionwidget.cpp + itemselectionwidget.cpp RESOURCES += shemovcleaner.qrc |