Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
Marble
Commits
41bdcdf6
Commit
41bdcdf6
authored
Jul 20, 2020
by
Volker Krause
Committed by
Torsten Rahn
Aug 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename file to comply with Marble's coding style
parent
fa7cd20d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
tools/vectorosm-tilecreator/CMakeLists.txt
tools/vectorosm-tilecreator/CMakeLists.txt
+1
-1
tools/vectorosm-tilecreator/TirexBackend.cpp
tools/vectorosm-tilecreator/TirexBackend.cpp
+1
-1
tools/vectorosm-tilecreator/TirexBackend.h
tools/vectorosm-tilecreator/TirexBackend.h
+0
-0
tools/vectorosm-tilecreator/vectorosm-tirex-backend.cpp
tools/vectorosm-tilecreator/vectorosm-tirex-backend.cpp
+1
-1
No files found.
tools/vectorosm-tilecreator/CMakeLists.txt
View file @
41bdcdf6
...
...
@@ -46,6 +46,6 @@ target_link_libraries(marble-vectorosm-process-land-polygons vectorosm-toolchain
add_executable
(
marble-vectorosm-tirex-backend
vectorosm-tirex-backend.cpp
t
irex
b
ackend.cpp
T
irex
B
ackend.cpp
)
target_link_libraries
(
marble-vectorosm-tirex-backend vectorosm-toolchain
)
tools/vectorosm-tilecreator/
t
irex
b
ackend.cpp
→
tools/vectorosm-tilecreator/
T
irex
B
ackend.cpp
View file @
41bdcdf6
...
...
@@ -4,7 +4,7 @@
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "
t
irex
b
ackend.h"
#include "
T
irex
B
ackend.h"
#include <QDir>
#include <QScopedValueRollback>
...
...
tools/vectorosm-tilecreator/
t
irex
b
ackend.h
→
tools/vectorosm-tilecreator/
T
irex
B
ackend.h
View file @
41bdcdf6
File moved
tools/vectorosm-tilecreator/vectorosm-tirex-backend.cpp
View file @
41bdcdf6
...
...
@@ -5,7 +5,7 @@
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "
t
irex
b
ackend.h"
#include "
T
irex
B
ackend.h"
#include "GeoDataDocumentWriter.h"
#include "GeoDataPolygon.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment