1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Remove mp4 filter

This commit is contained in:
kelteseth 2018-12-01 18:21:51 +01:00
parent e5302d6d00
commit f228c39826

View File

@ -85,7 +85,6 @@ Item {
FileDialog {
id: fileDialogOpenFile
nameFilters: ["Video files (*.mp4)"]
onAccepted: {
videoFileSelected(fileDialogOpenFile.currentFile)
}