add JSON Editor + Interface improvements

This commit is contained in:
Syping 2017-11-22 14:59:40 +01:00
parent a591adf6ea
commit f9eee75757
35 changed files with 2153 additions and 856 deletions

View file

@ -51,13 +51,13 @@ private slots:
void on_cmdClose_clicked();
private:
Ui::MapLocationDialog *ui;
double xpos_old;
double ypos_old;
double xpos_new;
double ypos_new;
bool propUpdate;
bool changeMode;
Ui::MapLocationDialog *ui;
};
#endif // MAPLOCATIONDIALOG_H