[systemdialogs] Remove leftover and broken components

These are presumably leftover from previous refactoring

Since those types don't exist they break things

CCBUG: 448423
wilder-5.25
Nicolas Fella 4 years ago committed by Fabian Vogt
parent 9a6b190046
commit cdae8fef89
  1. 11
      components/dialogs/SystemDialog.qml

@ -126,15 +126,4 @@ Kirigami.AbstractApplicationWindow {
Keys.onEscapePressed: root.reject()
focus: true
}
Component {
id: mobileDialog
MobileSystemDialog {
}
}
Component {
id: desktopDialog
DesktopSystemDialog {
}
}
}

Loading…
Cancel
Save