mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-06-26 01:15:28 -06:00
Fix import for file dialog
Without this, the page fails to load, showing nothing, because the FileDialog element doesn't exist. I don't know why this is necessary for Qt6, but we had to do this for all other FileDialog uses too. Done as a 5-minute fix.
This commit is contained in:
parent
77f5c91b77
commit
94fc3981a3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import QtQuick 2.2
|
|||
import QtQuick.Controls 2.1
|
||||
import QtQuick.Layouts 1.1
|
||||
import QtQuick.Window 2.1
|
||||
import QtQuick.Dialogs 6.0 // For filedialog
|
||||
import QtQuick.Dialogs // For filedialog
|
||||
|
||||
import UM 1.5 as UM
|
||||
import Cura 1.0 as Cura
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue