mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove struct/class confusion
DiveSiteChange is defined as a struct, not as a class. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
369baa5b74
commit
1a0cf0bb44
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
class QAction;
|
class QAction;
|
||||||
class DiveObjectHelper;
|
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 {
|
class QMLManager : public QObject {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Add table
Reference in a new issue