template<class type>
Deletes the most recently placed item in the dictionary under key k.
Definition at line 178 of file QHostAddress.h. References FX::QDictBase< keytype, type >::remove(). 00179 { 00180 return Base::remove(hash(k), k); 00181 }
|