forked from qt-creator/qt-creator
Clang: Update class name in assert
Change-Id: Ib7aa42fbe8cc66fa8629cf9079e81fd0449fe14d Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
This commit is contained in:
@@ -157,7 +157,7 @@ void IpcReceiver::translationUnitDoesNotExist(const TranslationUnitDoesNotExistC
|
||||
|
||||
void IpcReceiver::projectPartsDoNotExist(const ProjectPartsDoNotExistCommand &command)
|
||||
{
|
||||
QTC_CHECK(!"Got ProjectDoesNotExistCommand");
|
||||
QTC_CHECK(!"Got ProjectPartsDoNotExistCommand");
|
||||
qCDebug(log) << "<<< ERROR:" << command;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user