#ifndef _TOOLS_H_ #define _TOOLS_H_ #include #include #include class Tools { public: static void checkLicense(QMap &dictionary, QMap &licenseInfo, const QString &path); }; #endif // _TOOLS_H_