aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2022-01-27 08:46:55 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2022-01-28 12:39:10 +0000
commit6073f3396cfece63a98f10dc46f9400d9e4f33dc (patch)
tree87645ac13ca26bbf5224276a3b0e18977ae67b24
parent7a8ca55f77b62017c011b2cb8b9ac7bf50be7daf (diff)
QmlDesigner: Disable crashpad in the qml2puppet
If the host proecess crashes then qml2puppet will also be shutdown. I suspect this can lead to crash reports of the host application not properly reported. Change-Id: Ic503874ce660db3311958ecd0718255a1cf3daea Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppetmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppetmain.cpp b/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppetmain.cpp
index 4b3d047142..d5371e4b5e 100644
--- a/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppetmain.cpp
+++ b/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppetmain.cpp
@@ -241,7 +241,7 @@ int internalMain(QGuiApplication *application)
#endif
#if defined(ENABLE_CRASHPAD) && defined(Q_OS_WIN)
- startCrashpad();
+ /* startCrashpad(); */
#endif
new QmlDesigner::Qt5NodeInstanceClientProxy(application);