forked from qt-creator/qt-creator
QmlDesigner: Do not always assert
Change-Id: Ie2d8ea01aaa637c336bd404c1a9e1489595589c3 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -85,7 +85,6 @@ void Exception::setShouldAssert(bool assert)
|
|||||||
|
|
||||||
bool Exception::shouldAssert()
|
bool Exception::shouldAssert()
|
||||||
{
|
{
|
||||||
return true;
|
|
||||||
return s_shouldAssert;
|
return s_shouldAssert;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user