summaryrefslogtreecommitdiffstats
path: root/smglobals.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2014-12-07 12:40:35 +0100
committerArno <am@disconnect.de>2014-12-07 12:40:35 +0100
commit51bc87ebc73b5777ad36e35ec20445b07a0d7639 (patch)
tree71b7b02041a5a728cf7dc2b62892328d3bd2d907 /smglobals.h
parentbd3716dcab86c7d3e018004a1f26b470a7f6cfb7 (diff)
downloadSheMov-51bc87ebc73b5777ad36e35ec20445b07a0d7639.tar.gz
SheMov-51bc87ebc73b5777ad36e35ec20445b07a0d7639.tar.bz2
SheMov-51bc87ebc73b5777ad36e35ec20445b07a0d7639.zip
Redesign of NewMovieWizard
Make it possible to add parent files to files, so we can identify already downloaded files even if we reencoded them. Record the md5sum in a new table files_origin.
Diffstat (limited to 'smglobals.h')
-rw-r--r--smglobals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/smglobals.h b/smglobals.h
index 9bd6fd2..cbabbde 100644
--- a/smglobals.h
+++ b/smglobals.h
@@ -26,6 +26,7 @@ class ArchiveController;
#define FT_FRONTCOVER 2
#define FT_BACKCOVER 3
#define FT_GENERALCOVER 4
+#define FT_ORIGIN 5
class SmGlobals : public QObject {
Q_OBJECT