Clang: Update class name in assert

Change-Id: Ib7aa42fbe8cc66fa8629cf9079e81fd0449fe14d
Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2015-07-15 15:01:35 +02:00
parent 09ce021627
commit e8041f2254

View File

@@ -157,7 +157,7 @@ void IpcReceiver::translationUnitDoesNotExist(const TranslationUnitDoesNotExistC
void IpcReceiver::projectPartsDoNotExist(const ProjectPartsDoNotExistCommand &command) void IpcReceiver::projectPartsDoNotExist(const ProjectPartsDoNotExistCommand &command)
{ {
QTC_CHECK(!"Got ProjectDoesNotExistCommand"); QTC_CHECK(!"Got ProjectPartsDoNotExistCommand");
qCDebug(log) << "<<< ERROR:" << command; qCDebug(log) << "<<< ERROR:" << command;
} }