Fix merge bug 3
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
#define JSONOBJECT_H
|
||||
|
||||
//#include <QObject>
|
||||
#include "json/cJSON.h"
|
||||
class QString;
|
||||
class QStringList;
|
||||
class QTranslator;
|
||||
@@ -59,7 +58,7 @@ private:
|
||||
|
||||
JsonObject();
|
||||
~JsonObject();
|
||||
cJSON* json_root = nullptr;
|
||||
void* json_root = nullptr;
|
||||
bool m_bLoaded = false;
|
||||
|
||||
int counter;
|
||||
|
||||
Reference in New Issue
Block a user