Support map JSON data

This commit is contained in:
Marcus Huderle
2019-02-01 11:43:25 -06:00
committed by huderlem
parent d2508b1f1d
commit 94686e6f0a
12 changed files with 625 additions and 890 deletions

View File

@@ -19,8 +19,8 @@ public:
~NewMapPopup();
Map *map;
int group;
bool changeLayout;
QString layoutName;
bool existingLayout;
QString layoutId;
void init(int, int, QString, QString);
void useLayout(QString);