mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Remove mp4 filter
This commit is contained in:
parent
e5302d6d00
commit
f228c39826
@ -85,7 +85,6 @@ Item {
|
|||||||
|
|
||||||
FileDialog {
|
FileDialog {
|
||||||
id: fileDialogOpenFile
|
id: fileDialogOpenFile
|
||||||
nameFilters: ["Video files (*.mp4)"]
|
|
||||||
onAccepted: {
|
onAccepted: {
|
||||||
videoFileSelected(fileDialogOpenFile.currentFile)
|
videoFileSelected(fileDialogOpenFile.currentFile)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user