Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
Marble
Commits
41bdcdf6
Commit
41bdcdf6
authored
Jul 20, 2020
by
Volker Krause
Committed by
Torsten Rahn
Aug 02, 2020
Browse files
Rename file to comply with Marble's coding style
parent
fa7cd20d
Changes
4
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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