forked from qt-creator/qt-creator
Exceptions should not assert on default
Reviewed-by: kkoehne
This commit is contained in:
@@ -71,7 +71,7 @@ const char* demangle(const char* name)
|
||||
#endif
|
||||
|
||||
|
||||
bool Exception::s_shouldAssert = true;
|
||||
bool Exception::s_shouldAssert = false;
|
||||
|
||||
void Exception::setShouldAssert(bool assert)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user