[inline]
Deletes the most recently placed item in the dictionary under key k.
Definition at line 56 of file qintdict.h.
00057 { 00058 return QDictBase<FXint, type>::remove(k, k); 00059 }