mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
317ee2f104
commit
d27b6805f3
5 changed files with 124 additions and 124 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue