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>
|
#include <QDateTime>
|
||||||
|
|
||||||
|
|
||||||
|
struct Enclosure {
|
||||||
|
QString m_mimeType;
|
||||||
|
QString m_url;
|
||||||
|
};
|
||||||
|
|
||||||
// Represents single enclosure.
|
// Represents single enclosure.
|
||||||
class Enclosures {
|
class Enclosures {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Reference in a new issue