This commit is contained in:
Kulikova Svetlana
2020-08-10 13:21:28 +03:00
parent 4db45ebf4a
commit f709aa3611

View File

@ -12,6 +12,13 @@
#define HTMLFILE2_DECL_EXPORT Q_DECL_EXPORT
#endif
struct CNode
{
std::wstring m_sName; // Имя тэга
std::wstring m_sId; // Id тэга
std::wstring m_sClass; // Класс тэга
};
struct CHtmlParams
{
std::wstring m_sGenres; // Жанры