mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Remove webm for now because import support is missing
This commit is contained in:
parent
c32ea21e13
commit
f93c6a15a1
@ -94,7 +94,7 @@ Item {
|
||||
|
||||
FileDialog {
|
||||
id: fileDialogImportVideo
|
||||
nameFilters: ["Video files (*.mp4 *.webm *.mkv *.mpg *.mp2 *.mpeg *.ogv *.ogg *.avi *.wmv *.m4v *.3gp *.flv)"]
|
||||
nameFilters: ["Video files (*.mp4 *.mpg *.mp2 *.mpeg *.ogv *.ogg *.avi *.wmv *.m4v *.3gp *.flv)"]
|
||||
|
||||
onAccepted: {
|
||||
videoImportConvertFileSelected(
|
||||
|
Loading…
Reference in New Issue
Block a user