WHY THE FUCK THERE IS A GOOGLE MAPS DEPENDENCY REQUIRED BY THIS FILE:
/wp-content/qt-places/inc/backend/admin_settings.php
if(!get_option('qtmap_disable_googlemaps', false )) { $mapsurl = 'https://maps.googleapis.com/maps/api/js'; $key = get_option("qtGoogleMapsApiKey", false); if($key) { $mapsurl = add_query_arg("key", esc_attr(trim($key)), $mapsurl); } wp_enqueue_script('qt-google-maps',$mapsurl, false, false, true); $jsdependency[] = 'qt-google-maps'; } if(!get_option('qtmap_disable_googlemapsjs', false )) { wp_enqueue_script('google-jsapi','https://www.google.com/jsapi',$jsdependency); // not needed $jsdependency[] = 'google-jsapi'; }