summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-10-26 10:56:45 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-10-26 19:27:03 -0700
commit1a0cf0bb4432d97c1f34d53b82631629bcb06b8b (patch)
tree714b937a40230e72dcb46be84b7b949e9fd2a2df /mobile-widgets
parent369baa5b743ec1359ac2bb143297cb203ccbe498 (diff)
downloadsubsurface-1a0cf0bb4432d97c1f34d53b82631629bcb06b8b.tar.gz
cleanup: remove struct/class confusion
DiveSiteChange is defined as a struct, not as a class. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qmlmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h
index 250493e79..59cf37cab 100644
--- a/mobile-widgets/qmlmanager.h
+++ b/mobile-widgets/qmlmanager.h
@@ -24,7 +24,7 @@
class QAction;
class DiveObjectHelper;
-class DiveSiteChange; // An obscure implementation artifact - remove in due course.
+struct DiveSiteChange; // An obscure implementation artifact - remove in due course.
class QMLManager : public QObject {
Q_OBJECT