From 6073f3396cfece63a98f10dc46f9400d9e4f33dc Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Thu, 27 Jan 2022 08:46:55 +0100 Subject: 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 --- share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppetmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3