summaryrefslogtreecommitdiffstats
path: root/backend-shared/plannershared.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-02-03 19:08:35 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-02-04 02:17:52 +0100
commitd27b6805f3ff4787acc24f8b652e3b13f8860d78 (patch)
treeaac76a869fb8b94fa7d49718f50aaa45506e8b27 /backend-shared/plannershared.h
parent317ee2f1049b7d4e859162c4c60bd1ebd3eaf8cb (diff)
downloadsubsurface-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.h2
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: