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>
This commit is contained in:
Berthold Stoeger 2019-02-01 20:40:57 +01:00 committed by Lubomir I. Ivanov
parent 5e2dfd546e
commit 7538546c89
3 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ set (SUBSURFACE_UI
filterwidget2.ui
findmovedimagesdialog.ui
listfilter.ui
locationInformation.ui
locationinformation.ui
mainwindow.ui
plannerDetails.ui
plannerSettings.ui

View file

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