summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/qthelper.cpp2
1 files changed, 1 insertions, 1 deletions
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() {