Fix debug build
Fix a pointer-dereference of a non-pointer variable.
This commit is contained in:
parent
749d8d900c
commit
ba1a7d0d35
@ -236,7 +236,7 @@ ServiceJob *Service::startOperationCall(const QVariantMap &description, QObject
|
||||
}
|
||||
} else {
|
||||
#ifndef NDEBUG
|
||||
kDebug() << op << "is not a valid group; valid groups are:" << d->operationsMap->keys();
|
||||
kDebug() << op << "is not a valid group; valid groups are:" << d->operationsMap.keys();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user