forked from qt-creator/qt-creator
Fixes: Replace QTC_ASSERT with QT_ASSERT.
This commit is contained in:
@@ -568,7 +568,7 @@ void CMakeCbpParser::parseUnit()
|
||||
|
||||
void CMakeCbpParser::parseUnknownElement()
|
||||
{
|
||||
QTC_ASSERT(isStartElement(), /**/);
|
||||
Q_ASSERT(isStartElement());
|
||||
|
||||
while (!atEnd()) {
|
||||
readNext();
|
||||
|
Reference in New Issue
Block a user