mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
transfer CNode
This commit is contained in:
@ -12,14 +12,6 @@
|
||||
#define HTMLFILE2_DECL_EXPORT Q_DECL_EXPORT
|
||||
#endif
|
||||
|
||||
struct CNode
|
||||
{
|
||||
std::wstring m_sName; // Имя тэга
|
||||
std::wstring m_sId; // Id тэга
|
||||
std::wstring m_sClass; // Класс тэга
|
||||
std::wstring m_sStyle; // Стиль тэга
|
||||
};
|
||||
|
||||
struct CHtmlParams
|
||||
{
|
||||
std::wstring m_sGenres; // Жанры
|
||||
|
||||
Reference in New Issue
Block a user