forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -241,7 +241,7 @@ int internalMain(QGuiApplication *application)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(ENABLE_CRASHPAD) && defined(Q_OS_WIN)
|
#if defined(ENABLE_CRASHPAD) && defined(Q_OS_WIN)
|
||||||
startCrashpad();
|
/* startCrashpad(); */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
new QmlDesigner::Qt5NodeInstanceClientProxy(application);
|
new QmlDesigner::Qt5NodeInstanceClientProxy(application);
|
||||||
|
Reference in New Issue
Block a user