#ifndef QTADPOLEGLOBALDATA_H #define QTADPOLEGLOBALDATA_H #include "baseStruct.h" #include "QZkJsonParser.h" class QTadpoleGlobalData : public TP_GLOBAL_DATA { public: QTadpoleGlobalData(const char* szExePath, const char* szDllPath = NULL); virtual ~QTadpoleGlobalData(); private: // bool json2CoreSetting(QJsonObject& jsonObj); public: //tagTP_CORE_SETTING m_coreSetting; private: }; #endif // QTADPOLEGLOBALDATA_H