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