C++ (Qt)QHashIterator it(getHash());
C++ (Qt)template < typename _Key, typename _Value >QHashIterator< _Key, _Value > hashIteartor ( QHash< _Key, _Value > & hash ){ return QHashIterator< _Key, _Value >( hash );} //// auto it = hashIterator( getHash() );