diff options
author | Arno <arno@disconnect.de> | 2017-12-28 13:24:30 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2017-12-28 13:24:30 +0100 |
commit | 0e1e44409e8cc225210f3e22f6deb18d62ee8298 (patch) | |
tree | 7007f454d54e8691d009ce80b3c7c958753eb8fd /newmoviewizard.h | |
parent | c6c4900e4cf9aa69b2de3c9c5af701800c0c25de (diff) | |
download | SheMov-0e1e44409e8cc225210f3e22f6deb18d62ee8298.tar.gz SheMov-0e1e44409e8cc225210f3e22f6deb18d62ee8298.tar.bz2 SheMov-0e1e44409e8cc225210f3e22f6deb18d62ee8298.zip |
Guess if the file was reencoded
It's really simple: If we have a file with the same name, but another
extension, add it as FT_ORIGIN to the list.
Diffstat (limited to 'newmoviewizard.h')
-rw-r--r-- | newmoviewizard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newmoviewizard.h b/newmoviewizard.h index d02cd62..d2deda3 100644 --- a/newmoviewizard.h +++ b/newmoviewizard.h @@ -61,6 +61,7 @@ class MovieInfoPage : public QWizardPage { public slots: void initCompleters(); + void guessOld(const QString &fullPath); private slots: void extractTitle(); |