mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
[qt] disable qml Connections that create a crash on Qt 5.11
Disable them temporarily, but we need to find an alternative.
This commit is contained in:
parent
4151ab9ac0
commit
3c6ebf3df4
1 changed files with 3 additions and 3 deletions
|
@ -206,9 +206,9 @@ ApplicationWindow {
|
||||||
dialog.text = args[1]
|
dialog.text = args[1]
|
||||||
dialog.detailedText = args[2]
|
dialog.detailedText = args[2]
|
||||||
}
|
}
|
||||||
onInfo: createDialog(dialogsFactory.info, arguments)
|
// onInfo: createDialog(dialogsFactory.info, arguments)
|
||||||
onWarning: createDialog(dialogsFactory.warning, arguments)
|
// onWarning: createDialog(dialogsFactory.warning, arguments)
|
||||||
onError: createDialog(dialogsFactory.error, arguments)
|
// onError: createDialog(dialogsFactory.error, arguments)
|
||||||
}
|
}
|
||||||
|
|
||||||
Action {
|
Action {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue