mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-30 22:51:16 +01:00
Removed obsolete stuff
This commit is contained in:
parent
35309ef452
commit
e983562f38
@ -18,8 +18,7 @@
|
|||||||
#include "app.h"
|
#include "app.h"
|
||||||
|
|
||||||
|
|
||||||
App::App(int &argc, char **argv) : QApplication(argc, argv),
|
App::App(int &argc, char **argv) : QApplication(argc, argv)
|
||||||
_argc(argc), _argv(argv)
|
|
||||||
{
|
{
|
||||||
#if defined(Q_OS_WIN32) || defined(Q_OS_MAC)
|
#if defined(Q_OS_WIN32) || defined(Q_OS_MAC)
|
||||||
setApplicationName(APP_NAME);
|
setApplicationName(APP_NAME);
|
||||||
|
@ -21,8 +21,6 @@ private:
|
|||||||
void loadDatums();
|
void loadDatums();
|
||||||
void loadPCSs();
|
void loadPCSs();
|
||||||
|
|
||||||
int &_argc;
|
|
||||||
char **_argv;
|
|
||||||
GUI *_gui;
|
GUI *_gui;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user