From 992ad2fa2784d38c5dfe3cce4e35e00d27a5f533 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Thu, 7 Mar 2019 09:01:18 +0100 Subject: Dive sites: simplify nr_of_dives_at_dive_site() 1) The second parameter (selected_only) was always false. Therefore, remove it. 2) Simplify the function by simply returning the reference count. Signed-off-by: Berthold Stoeger --- desktop-widgets/modeldelegates.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop-widgets') diff --git a/desktop-widgets/modeldelegates.cpp b/desktop-widgets/modeldelegates.cpp index b4dfd1e51..1099ebb69 100644 --- a/desktop-widgets/modeldelegates.cpp +++ b/desktop-widgets/modeldelegates.cpp @@ -495,7 +495,7 @@ void LocationFilterDelegate::paint(QPainter *painter, const QStyleOptionViewItem } else { int distanceMeters = get_distance(&ds->location, ¤tDiveSite->location); QString distance = distance_string(distanceMeters); - int nr = nr_of_dives_at_dive_site(ds, false); + int nr = nr_of_dives_at_dive_site(ds); bottomText += tr(" (~%1 away").arg(distance); bottomText += tr(", %n dive(s) here)", "", nr); } -- cgit v1.2.3-70-g09d2