diff options
author | Arno <arno@disconnect.de> | 2018-02-01 16:37:44 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-02-01 16:37:44 +0100 |
commit | 2a14c0ebca1d781b7279e1ed8d657364d70df46d (patch) | |
tree | dfcacee9e23be3e3c64b9ac516dedc7b79b80156 /ShemovCleaner.pro | |
parent | 4847284500c9b9792bd1ab8c2913d6f6c2307152 (diff) | |
download | ShemovCleaner-2a14c0ebca1d781b7279e1ed8d657364d70df46d.tar.gz ShemovCleaner-2a14c0ebca1d781b7279e1ed8d657364d70df46d.tar.bz2 ShemovCleaner-2a14c0ebca1d781b7279e1ed8d657364d70df46d.zip |
Implement a useful search
Display Title and Filename search as non-modal dialog, so one can
compare Files and Database. For now only Title search is implemented.
Filename search does nothing (yet).
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 bffc1bd..6375e5a 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -37,7 +37,8 @@ HEADERS += actorwidget.h \ torrentwidget.h \ viewer.h \ cachedfiledata.h \ - itemselectionwidget.h + itemselectionwidget.h \ + searchdialog.h SOURCES += actorwidget.cpp \ configurationwidget.cpp \ filecopier.cpp \ @@ -56,5 +57,6 @@ SOURCES += actorwidget.cpp \ torrentwidget.cpp \ viewer.cpp \ cachedfiledata.cpp \ - itemselectionwidget.cpp + itemselectionwidget.cpp \ + searchdialog.cpp RESOURCES += shemovcleaner.qrc |