#ifndef HTMLINFO_H #define HTMLINFO_H #include #include namespace Media { class MediaFileInfo; class Notification; typedef std::list NotificationList; } namespace HtmlInfo { QByteArray generateInfo(const Media::MediaFileInfo &file, Media::NotificationList &originalNotifications); } #endif // HTMLINFO_H