diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-02-01 20:40:57 +0100 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2019-02-02 19:36:11 +0200 |
commit | 7538546c899281728e4268de850a592e69aab64c (patch) | |
tree | 7b1d73cfb0f92d4fe46ddfb62f24e7385489c1c2 /desktop-widgets/locationinformation.h | |
parent | 5e2dfd546e1bef5e54bd8fef2e06b1e58f5c176e (diff) | |
download | subsurface-7538546c899281728e4268de850a592e69aab64c.tar.gz |
Cleanup: rename locationInformation.ui -> locationinformation.ui
The .cpp and .h files are all lower-case, the .ui file is camel-case.
Unify to lower-case (which is much more common in the code base).
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/locationinformation.h')
-rw-r--r-- | desktop-widgets/locationinformation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/locationinformation.h b/desktop-widgets/locationinformation.h index 689422dca..208a31c4e 100644 --- a/desktop-widgets/locationinformation.h +++ b/desktop-widgets/locationinformation.h @@ -5,7 +5,7 @@ #include "core/units.h" #include "core/divesite.h" #include "core/taxonomy.h" -#include "ui_locationInformation.h" +#include "ui_locationinformation.h" #include "qt-models/divelocationmodel.h" #include <stdint.h> #include <QAbstractListModel> |