From a8bfa5f053b04c467c69f73715e18bfaee3b07b8 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Wed, 11 Jul 2018 23:54:37 +0200 Subject: Dive media: add ".mov" to list of known video extensions This was an oversight in b28dba6087f0433af8ece176b64fcac54ca370a4. Signed-off-by: Berthold Stoeger --- core/qthelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/qthelper.cpp b/core/qthelper.cpp index ed3de1a11..8b770f6b2 100644 --- a/core/qthelper.cpp +++ b/core/qthelper.cpp @@ -1212,7 +1212,7 @@ QString localFilePath(const QString &originalFilename) // TODO: Apparently Qt has no simple way of listing the supported video // codecs? Do we have to query them by hand using QMediaPlayer::hasSupport()? const QStringList videoExtensionsList = { - ".avi", ".mp4", ".mpeg", ".mpg", ".wmv" + ".avi", ".mp4", ".mov", ".mpeg", ".mpg", ".wmv" }; QStringList imageExtensionFilters() { -- cgit v1.2.3-70-g09d2