Stop Compiler Warning: Change struct to class
Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
474fc72e32
commit
8c0023e151
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user