mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +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.detailedText = args[2]
|
||||
}
|
||||
onInfo: createDialog(dialogsFactory.info, arguments)
|
||||
onWarning: createDialog(dialogsFactory.warning, arguments)
|
||||
onError: createDialog(dialogsFactory.error, arguments)
|
||||
// onInfo: createDialog(dialogsFactory.info, arguments)
|
||||
// onWarning: createDialog(dialogsFactory.warning, arguments)
|
||||
// onError: createDialog(dialogsFactory.error, arguments)
|
||||
}
|
||||
|
||||
Action {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue