forked from qt-creator/qt-creator
C++: Replace non-absolute-critical asserts for soft ones
Change-Id: I021074a78d90929b4e83b8aff9db1ae7995e8c6a Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -196,7 +196,7 @@ static void find_helper(QFutureInterface<Usage> &future,
|
||||
Symbol *symbol)
|
||||
{
|
||||
const Identifier *symbolId = symbol->identifier();
|
||||
Q_ASSERT(symbolId != 0);
|
||||
QTC_ASSERT(symbolId != 0, return);
|
||||
|
||||
const Snapshot snapshot = context.snapshot();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user