mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Dive media: add ".mov" to list of known video extensions
This was an oversight in b28dba6087
.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
45c19fd11e
commit
a8bfa5f053
1 changed files with 1 additions and 1 deletions
|
@ -1212,7 +1212,7 @@ QString localFilePath(const QString &originalFilename)
|
||||||
// TODO: Apparently Qt has no simple way of listing the supported video
|
// TODO: Apparently Qt has no simple way of listing the supported video
|
||||||
// codecs? Do we have to query them by hand using QMediaPlayer::hasSupport()?
|
// codecs? Do we have to query them by hand using QMediaPlayer::hasSupport()?
|
||||||
const QStringList videoExtensionsList = {
|
const QStringList videoExtensionsList = {
|
||||||
".avi", ".mp4", ".mpeg", ".mpg", ".wmv"
|
".avi", ".mp4", ".mov", ".mpeg", ".mpg", ".wmv"
|
||||||
};
|
};
|
||||||
|
|
||||||
QStringList imageExtensionFilters() {
|
QStringList imageExtensionFilters() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue