QmlDesigner: Do not always assert

Change-Id: Ie2d8ea01aaa637c336bd404c1a9e1489595589c3
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2019-05-15 12:09:36 +02:00
parent 7ae91977c3
commit 26354f4a27

View File

@@ -85,7 +85,6 @@ void Exception::setShouldAssert(bool assert)
bool Exception::shouldAssert() bool Exception::shouldAssert()
{ {
return true;
return s_shouldAssert; return s_shouldAssert;
} }