diff options
Diffstat (limited to 'core/subsurface-qt/DiveListNotifier.cpp')
-rw-r--r-- | core/subsurface-qt/DiveListNotifier.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/subsurface-qt/DiveListNotifier.cpp b/core/subsurface-qt/DiveListNotifier.cpp new file mode 100644 index 000000000..2009defcd --- /dev/null +++ b/core/subsurface-qt/DiveListNotifier.cpp @@ -0,0 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 +#include "DiveListNotifier.h" + +DiveListNotifier diveListNotifier; |