summaryrefslogtreecommitdiffstats
path: root/qt-models
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2019-12-16 17:26:57 +0100
committerGravatar bstoeger <32835590+bstoeger@users.noreply.github.com>2019-12-16 18:27:37 +0100
commit8c0023e15104ccb0a325df42c53878b2f54af563 (patch)
tree701d0c6167f8b148f26928b9e90b82593b0a0a93 /qt-models
parent474fc72e32f78d55ca8bc795e0d257813c7c4b8a (diff)
downloadsubsurface-8c0023e15104ccb0a325df42c53878b2f54af563.tar.gz
Stop Compiler Warning: Change struct to class
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'qt-models')
-rw-r--r--qt-models/divetripmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/divetripmodel.h b/qt-models/divetripmodel.h
index ff15893eb..a2cbf83a3 100644
--- a/qt-models/divetripmodel.h
+++ b/qt-models/divetripmodel.h
@@ -6,7 +6,7 @@
#include "core/subsurface-qt/DiveListNotifier.h"
#include <QAbstractItemModel>
-struct DiveFilter;
+class DiveFilter;
// There are two different representations of the dive list:
// 1) Tree view: two-level model where dives are grouped by trips