kresources
- Member KRES::IdMapper::setRemoteId (const QString &localId, const QString &remoteId)
- What happens when you set the same remote Id for more than one localId?
- Member KRES::IdMapper::removeRemoteId (const QString &remoteId)
- So what does that do? Remove local Ids with only that one remote Id? Remove the remote Id from all local Ids that have it?
- Member KRES::IdMapper::fingerprint (const QString &localId) const
- Figure out if this returns the last fingerprint set by setFingerprint() only or if anything else can change it.