template<class type>
Removes the most recently placed item in the dictionary under key k without auto-deletion.
Definition at line 64 of file qint64dict.h. References FX::QDictBase< FXlong, type >::take(). 00065 { 00066 return Base::take(hash(k), k); 00067 }
|