FolderDialog: Declare FileDialogDelegateLabel from its module alias
This was already done for FileDialog, but not for FolderDialog.
It prevents a crash.
Amends 87f6e63dfc
Pick-to: 6.10 6.9 6.8
Change-Id: If6ab9152b9f1f5dcef92dfa891d09202968ef81e
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
This commit is contained in:
parent
142b267ed1
commit
f3936eacc0
|
@ -35,7 +35,7 @@ DialogsQuickImpl.FileDialogDelegate {
|
|||
required property url fileUrl
|
||||
required property date fileModified
|
||||
|
||||
contentItem: FolderDialogDelegateLabel {
|
||||
contentItem: DialogsQuickImpl.FolderDialogDelegateLabel {
|
||||
delegate: control
|
||||
fileDetailRowTextColor: control.highlighted ? Fusion.highlightedText(control.palette) : control.palette.placeholderText
|
||||
}
|
||||
|
|
|
@ -40,7 +40,7 @@ DialogsQuickImpl.FileDialogDelegate {
|
|||
required property url fileUrl
|
||||
required property date fileModified
|
||||
|
||||
contentItem: FolderDialogDelegateLabel {
|
||||
contentItem: DialogsQuickImpl.FolderDialogDelegateLabel {
|
||||
delegate: control
|
||||
fileDetailRowTextColor: Qt.lighter(control.icon.color)
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@ DialogsQuickImpl.FileDialogDelegate {
|
|||
required property url fileUrl
|
||||
required property date fileModified
|
||||
|
||||
contentItem: FolderDialogDelegateLabel {
|
||||
contentItem: DialogsQuickImpl.FolderDialogDelegateLabel {
|
||||
delegate: control
|
||||
fileDetailRowTextColor: control.Material.hintTextColor
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ DialogsQuickImpl.FileDialogDelegate {
|
|||
required property url fileUrl
|
||||
required property date fileModified
|
||||
|
||||
contentItem: FolderDialogDelegateLabel {
|
||||
contentItem: DialogsQuickImpl.FolderDialogDelegateLabel {
|
||||
delegate: control
|
||||
fileDetailRowTextColor: control.Universal.baseMediumColor
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@ DialogsQuickImpl.FileDialogDelegate {
|
|||
required property url fileUrl
|
||||
required property date fileModified
|
||||
|
||||
contentItem: FolderDialogDelegateLabel {
|
||||
contentItem: DialogsQuickImpl.FolderDialogDelegateLabel {
|
||||
delegate: control
|
||||
fileDetailRowTextColor: Qt.lighter(control.icon.color)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue