[inline]
Replaces item d in the dictionary under key k.
Definition at line 54 of file qint64dict.h.
References FX::QDictBase< FXlong, type >::replace().
00055 { 00056 Base::replace(hash(k), k, const_cast<type *>(d)); 00057 }