may as well use the d ptr directly here

This commit is contained in:
Aaron Seigo 2011-07-19 20:00:25 +02:00
parent 911dcabb5a
commit 53b5c433e5

View File

@ -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);