[inline]
Inserts item d into the dictionary under key k.
Definition at line 46 of file qintdict.h.
Referenced by FX::operator>>().
00047 { 00048 QDictBase<FXint, type>::insert(k, k, const_cast<type *>(d)); 00049 }