Mistyped a signal/slot
svn path=/trunk/KDE/kdelibs/; revision=1158382
This commit is contained in:
parent
df52b374e9
commit
dfac5c2765
@ -224,7 +224,7 @@ void DataContainer::store()
|
||||
}
|
||||
ServiceJob* job = d->store->startOperationCall(op);
|
||||
d->storeCount++;
|
||||
connect(job, "finished(KJob*)", this, "storeJobFinished(KJob*)");
|
||||
connect(job, SIGNAL(finished(KJob*)), this, SLOT(storeJobFinished(KJob*)));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user