From c22fd9f4fd6699333629b8acb1e9c135a9783082 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 4 Mar 2019 23:20:29 +0100 Subject: Dive sites: prepare for dive site ref-counting Add a dive site table to each dive site to keep track of dives that have been added to a dive site. Add two functions to add dives to / remove dives from dive sites. Since dive sites now contain a dive table, the order of includes had to be changed: "divesite.h" now includes "dive.h" and not vice-versa. This caused some include churn. Signed-off-by: Berthold Stoeger --- core/gpslocation.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'core/gpslocation.cpp') diff --git a/core/gpslocation.cpp b/core/gpslocation.cpp index 8a2719a8b..188cfd81c 100644 --- a/core/gpslocation.cpp +++ b/core/gpslocation.cpp @@ -1,5 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 #include "core/gpslocation.h" +#include "core/divesite.h" #include "qt-models/gpslistmodel.h" #include "core/pref.h" #include "core/qthelper.h" -- cgit v1.2.3-70-g09d2