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>
This commit is contained in:
Berthold Stoeger 2020-02-03 19:08:35 +01:00 committed by Dirk Hohndel
parent 317ee2f104
commit d27b6805f3
5 changed files with 124 additions and 124 deletions

View file

@ -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: