Fix Null pointer dereferencing in an error handler

identified by static analysis from
http://www.viva64.com/en/b/0251/

Change-Id: I0042336d9598415b978bf9819e74639685c627b5
Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
Frederik Gladhorn 2014-05-14 14:17:37 +02:00 committed by The Qt Project
parent 9857da723d
commit 52ff4120a2

View File

@ -536,7 +536,7 @@ void QDocIndexFiles::readIndexSection(const QDomElement& element,
}
else {
qDebug() << "NODE:" << node->name() << "GROUPS:" << groupNames;
qDebug() << "DID NOT FIND GROUP:" << dn->name() << "for:" << node->name();
qDebug() << "DID NOT FIND GROUP for:" << node->name();
}
}
}