changed qinfo syntax for travis error
This commit is contained in:
parent
f0fa6bd6bf
commit
71a59ac0a2
|
|
@ -419,8 +419,8 @@ Q_OUTOFLINE_TEMPLATE Query<T> *Query<T>::join(const QString &className)
|
||||||
.relationByClassNames(className, d->className);
|
.relationByClassNames(className, d->className);
|
||||||
|
|
||||||
if (!rel) {
|
if (!rel) {
|
||||||
qInfo("No relation between %s and %s",
|
qInfo() << "No relation between" << d->className
|
||||||
qPrintable(d->className), qPrintable(className));
|
<< "and" << className;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue