mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Add helper properties for parsing day/month/year sequentially
This commit is contained in:
parent
b0a6411528
commit
a77facce6d
@ -69,6 +69,11 @@ public:
|
||||
QVariant coverArtist; //string
|
||||
|
||||
QVariant date; //string
|
||||
|
||||
QVariant day;
|
||||
QVariant month;
|
||||
QVariant year;
|
||||
|
||||
QVariant publisher; //string
|
||||
QVariant format; //string
|
||||
QVariant color; //bool
|
||||
@ -177,6 +182,9 @@ public:
|
||||
Q_PROPERTY(QVariant coverArtist MEMBER coverArtist CONSTANT)
|
||||
|
||||
Q_PROPERTY(QVariant date MEMBER date CONSTANT)
|
||||
Q_PROPERTY(QVariant day MEMBER day CONSTANT)
|
||||
Q_PROPERTY(QVariant month MEMBER month CONSTANT)
|
||||
Q_PROPERTY(QVariant year MEMBER year CONSTANT)
|
||||
Q_PROPERTY(QVariant publisher MEMBER publisher CONSTANT)
|
||||
Q_PROPERTY(QVariant format MEMBER format CONSTANT)
|
||||
Q_PROPERTY(QVariant color MEMBER color CONSTANT)
|
||||
|
Loading…
Reference in New Issue
Block a user