Merge branch 'master' into locationlistview
[situare] / src / ui / locationlistitem.cpp
index c59c1c3..20accca 100644 (file)
@@ -58,7 +58,7 @@ void LocationListItem::bounds(GeoCoordinate &swBound, GeoCoordinate &neBound)
 {
     qDebug() << __PRETTY_FUNCTION__;
 
-    m_location.bounds(swBound, neBound);
+    m_location.viewport(swBound, neBound);
 }
 
 LocationListItem::~LocationListItem()