[inline]
Finds the most recently placed item in the dictionary under key k.
Definition at line 66 of file qintdict.h.
Referenced by FX::QIntDict< type >::operator[]().
00067 { 00068 return QDictBase<FXint, type>::find(k, k); 00069 }