diff --git a/GPX b/GPX index 8737f8a..27636d9 160000 --- a/GPX +++ b/GPX @@ -1 +1 @@ -Subproject commit 8737f8ad864b9369b6951850a512d8fc3fb8cd66 +Subproject commit 27636d90c9a4a4036f9ec0d624d964eb29bfc3db diff --git a/main.h b/main.h index ed1a7fb..32de30e 100644 --- a/main.h +++ b/main.h @@ -45,7 +45,7 @@ class SetupEvents QCommandLineOption cloObsolete; QCommandLineOption cloUninstall; #else - void AddOptions(QCommandLineParser &clp) {} + void addOptions(QCommandLineParser &clp) {} bool handleOptions(QCommandLineParser &clp) {return true;} #endif // Q_OS_WIN };