vCalendar: Honor VTIMEZONE component if present
[claws.git] / src / plugins / litehtml_viewer / litehtml / el_title.h
blob201186a4a0bb18b55c1f87fb61f247dee23fad6b
1 #ifndef LH_EL_TITLE_H
2 #define LH_EL_TITLE_H
4 #include "html_tag.h"
6 namespace litehtml
8 class el_title : public html_tag
10 public:
11 explicit el_title(const std::shared_ptr<litehtml::document>& doc);
13 protected:
14 void parse_attributes() override;
18 #endif // LH_EL_TITLE_H