diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-02-03 19:08:35 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-02-04 02:17:52 +0100 |
commit | d27b6805f3ff4787acc24f8b652e3b13f8860d78 (patch) | |
tree | aac76a869fb8b94fa7d49718f50aaa45506e8b27 /backend-shared/plannershared.h | |
parent | 317ee2f1049b7d4e859162c4c60bd1ebd3eaf8cb (diff) | |
download | subsurface-d27b6805f3ff4787acc24f8b652e3b13f8860d78.tar.gz |
Cleanup: rename plannerShared to PlannerShared
Usually, we use PascalCase (i.e. camelCase with a capital
letter at the start) for class names. For consistency, let's
do it here as well.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'backend-shared/plannershared.h')
-rw-r--r-- | backend-shared/plannershared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend-shared/plannershared.h b/backend-shared/plannershared.h index d3e9f9fe4..1368a6782 100644 --- a/backend-shared/plannershared.h +++ b/backend-shared/plannershared.h @@ -12,7 +12,7 @@ // The mobile diveplanner shows all diveplans, but the editing functionality is // limited to keep the UI simpler. -class plannerShared: public QObject { +class PlannerShared: public QObject { Q_OBJECT public: |