mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
5e2dfd546e
commit
7538546c89
3 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ set (SUBSURFACE_UI
|
|||
filterwidget2.ui
|
||||
findmovedimagesdialog.ui
|
||||
listfilter.ui
|
||||
locationInformation.ui
|
||||
locationinformation.ui
|
||||
mainwindow.ui
|
||||
plannerDetails.ui
|
||||
plannerSettings.ui
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue