tageditor/misc/htmlinfo.h

20 lines
323 B
C
Raw Normal View History

2015-04-22 19:33:53 +02:00
#ifndef HTMLINFO_H
#define HTMLINFO_H
#include <QByteArray>
#include <list>
2018-03-06 23:10:13 +01:00
namespace TagParser {
2015-04-22 19:33:53 +02:00
class MediaFileInfo;
2018-03-06 02:04:35 +01:00
class Diagnostics;
2015-04-22 19:33:53 +02:00
}
namespace HtmlInfo {
2018-03-06 23:10:13 +01:00
QByteArray generateInfo(const TagParser::MediaFileInfo &file, TagParser::Diagnostics &diag, TagParser::Diagnostics &diagReparsing);
2015-04-22 19:33:53 +02:00
}
#endif // HTMLINFO_H