[inline]
Removes the most recently placed item in the dictionary under key k without auto-deletion.
Definition at line 61 of file qintdict.h.
00062 { 00063 return QDictBase<FXint, type>::take(k, k); 00064 }