-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// 作者:康 林 <[email protected]> | ||
|
||
#include <QApplication> | ||
#if defined(Q_OS_ANDROID) && QT_VERSION >= QT_VERSION_CHECK(5, 7, 0) && QT_VERSION < QT_VERSION_CHECK(6, 0, 0) | ||
#include <QtAndroidExtras/QtAndroid> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// 作者:康 林 <[email protected]> | ||
|
||
#include "mainwindow.h" | ||
#include "ui_mainwindow.h" | ||
#include <QFileDialog> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// 作者:康 林 <[email protected]> | ||
|
||
#ifndef MAINWINDOW_H | ||
#define MAINWINDOW_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 作者:康林<[email protected]> | ||
# 作者:康 林 <[email protected]> | ||
|
||
project(TransformCoordinate) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 作者:康林<[email protected]> | ||
# 作者:康 林 <[email protected]> | ||
|
||
cmake_minimum_required(VERSION 2.8) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// 作者:康林<[email protected]> | ||
// 作者:康 林 <[email protected]> | ||
|
||
#include <math.h> | ||
#include <string.h> | ||
|
@@ -773,7 +773,7 @@ int TransformCoordinateFiles(const char* szSrc, const char* szDst, | |
gpx.metadata.desc = "Transform coordinate from " + gCoordinateDescription[from] + " to " + gCoordinateDescription[to]; | ||
GPX_linkType linkType; | ||
linkType.href = "https://github.com/KangLin/coordtrans"; | ||
linkType.text = "Transform coordinate project. Author: Kang Lin <[email protected]>"; | ||
linkType.text = "Transform coordinate project. Author: Kang Lin ([email protected])"; | ||
linkType.type = "text/html"; | ||
//* | ||
gpx.metadata.author.link = linkType; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// 作者:康林<[email protected]> | ||
// 作者:康 林 <[email protected]> | ||
|
||
#ifndef _COORDTRANS | ||
#define _COORDTRANS | ||
|