1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 03:29:16 +02:00

Refactoring

This commit is contained in:
2017-03-21 09:27:44 +01:00
parent b8eede21c0
commit 60d9a172b6
4 changed files with 27 additions and 27 deletions

View File

@ -80,7 +80,7 @@ HEADERS += src/config.h \
src/opengl.h \
src/timetype.h \
src/emptymap.h \
src/ozimap.h \
src/offlinemap.h \
src/mapdir.h \
src/matrix.h \
src/tar.h
@ -139,7 +139,7 @@ SOURCES += src/main.cpp \
src/colorbox.cpp \
src/stylecombobox.cpp \
src/emptymap.cpp \
src/ozimap.cpp \
src/offlinemap.cpp \
src/mapdir.cpp \
src/matrix.cpp \
src/tar.cpp