Enclosure enhancement
This commit is contained in:
parent
98da617b75
commit
d3a9e7eee1
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@
|
|||
#include <QDateTime>
|
||||
|
||||
|
||||
struct Enclosure {
|
||||
QString m_mimeType;
|
||||
QString m_url;
|
||||
};
|
||||
|
||||
// Represents single enclosure.
|
||||
class Enclosures {
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue