diff options
author | Arno <arno@disconnect.de> | 2016-09-03 11:06:48 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-09-03 11:06:48 +0200 |
commit | bbf802b7d415bb3dd44020e9ff0c657f44da28ea (patch) | |
tree | 8f5d4f28b3284252b64c7dceed10a8f8604d0434 /ShemovCleaner.pro | |
parent | 9ccd31690b5d982588bcb9be1988c682233aabb8 (diff) | |
download | ShemovCleaner-bbf802b7d415bb3dd44020e9ff0c657f44da28ea.tar.gz ShemovCleaner-bbf802b7d415bb3dd44020e9ff0c657f44da28ea.tar.bz2 ShemovCleaner-bbf802b7d415bb3dd44020e9ff0c657f44da28ea.zip |
Add FileDisplay
When doubleclicking on a file already present in DB show a dialog with
the series name, actors and genres.
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 b176492..7990762 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -22,7 +22,8 @@ SOURCES += main.cpp\ shemovcleaner.cpp \ configurationwidget.cpp \ filewidget.cpp \ - helper.cpp + helper.cpp \ + filedisplay.cpp HEADERS += \ filesorter.h \ @@ -32,7 +33,8 @@ HEADERS += \ shemovcleaner.h \ configurationwidget.h \ filewidget.h \ - helper.h + helper.h \ + filedisplay.h DISTFILES += |