may as well use the d ptr directly here
This commit is contained in:
parent
911dcabb5a
commit
53b5c433e5
@ -235,7 +235,7 @@ ServiceJob *Service::startOperationCall(const KConfigGroup &description, QObject
|
||||
}
|
||||
|
||||
if (!job) {
|
||||
job = new NullServiceJob(destination(), op, this);
|
||||
job = new NullServiceJob(d->destination, op, this);
|
||||
}
|
||||
|
||||
job->setParent(parent ? parent : this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user