summaryrefslogtreecommitdiffstats
path: root/core/qthelper.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2018-05-15 20:47:35 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-08 07:41:15 -0700
commitb28dba6087f0433af8ece176b64fcac54ca370a4 (patch)
tree58301772930e3f50f64a92da2bbd1ac1cbc84e3e /core/qthelper.h
parent9a844a075c0e964a21a3bfef22324fbcec88544d (diff)
downloadsubsurface-b28dba6087f0433af8ece176b64fcac54ca370a4.tar.gz
Dive pictures: Recognize video files
When generating thumbnails, test for video files. If it is, use a dummy-thumbnail. Write only the type (video), but no image to the thumbnail cache, for forward-compatibility. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/qthelper.h')
-rw-r--r--core/qthelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/qthelper.h b/core/qthelper.h
index 64a57798d..a2decd527 100644
--- a/core/qthelper.h
+++ b/core/qthelper.h
@@ -42,6 +42,7 @@ QByteArray getCurrentAppState();
void setCurrentAppState(const QByteArray &state);
void init_proxy();
QString getUUID();
+extern const QStringList videoExtensionsList;
QStringList imageExtensionFilters();
char *intdup(int index);
char *copy_qstring(const QString &);