vnote/src/utils/htmlutils.h
Le Tan 52702a32e9 hard days for VNoteX project
Never say "refactor" again!!!
2020-11-28 23:10:43 +08:00

18 lines
239 B
C++

#ifndef HTMLUTILS_H
#define HTMLUTILS_H
#include <QString>
namespace vnotex
{
class HtmlUtils
{
public:
HtmlUtils() = delete;
static bool hasOnlyImgTag(const QString &p_html);
};
}
#endif // HTMLUTILS_H