add Area Location String to PictureDialog

This commit is contained in:
Rafael 2016-04-23 20:15:59 +02:00
parent 5dc3e72faf
commit 043c657119
9 changed files with 133 additions and 9 deletions

View file

@ -46,6 +46,7 @@ public:
// JSON
bool isJsonOk();
QString getArea();
int getCrewNumber();
QString getJsonStr();
double getLocationX();
@ -85,6 +86,7 @@ private:
double jsonLocX;
double jsonLocY;
double jsonLocZ;
QString jsonArea;
QStringList jsonPlyrsList;
signals: