template<class type>
Deletes the most recently placed item in the dictionary under key k.
Definition at line 59 of file qint64dict.h. References FX::QDictBase< FXlong, type >::remove(). 00060 { 00061 return Base::remove(hash(k), k); 00062 }
|