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

Only show the password on explicit user request

This commit is contained in:
2021-09-20 21:58:08 +02:00
parent e47cbc9af3
commit d7dc185ecf
11 changed files with 59 additions and 3 deletions

View File

@ -18,6 +18,7 @@ greaterThan(QT_MAJOR_VERSION, 5) {QT += openglwidgets}
CONFIG += object_parallel_to_source
INCLUDEPATH += ./src
HEADERS += src/common/config.h \
src/GUI/passwordedit.h \
src/common/garmin.h \
src/common/coordinates.h \
src/common/range.h \
@ -234,6 +235,7 @@ HEADERS += src/common/config.h \
src/data/geojsonparser.h
SOURCES += src/main.cpp \
src/GUI/passwordedit.cpp \
src/common/coordinates.cpp \
src/common/rectc.cpp \
src/common/range.cpp \