mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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
|
filterwidget2.ui
|
||||||
findmovedimagesdialog.ui
|
findmovedimagesdialog.ui
|
||||||
listfilter.ui
|
listfilter.ui
|
||||||
locationInformation.ui
|
locationinformation.ui
|
||||||
mainwindow.ui
|
mainwindow.ui
|
||||||
plannerDetails.ui
|
plannerDetails.ui
|
||||||
plannerSettings.ui
|
plannerSettings.ui
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#include "core/units.h"
|
#include "core/units.h"
|
||||||
#include "core/divesite.h"
|
#include "core/divesite.h"
|
||||||
#include "core/taxonomy.h"
|
#include "core/taxonomy.h"
|
||||||
#include "ui_locationInformation.h"
|
#include "ui_locationinformation.h"
|
||||||
#include "qt-models/divelocationmodel.h"
|
#include "qt-models/divelocationmodel.h"
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <QAbstractListModel>
|
#include <QAbstractListModel>
|
||||||
|
|
Loading…
Add table
Reference in a new issue