mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Display new metadata in the info views
This commit is contained in:
@ -118,6 +118,8 @@ public:
|
||||
Q_INVOKABLE QStringList getColorists();
|
||||
Q_INVOKABLE QStringList getLetterers();
|
||||
Q_INVOKABLE QStringList getCoverArtists();
|
||||
Q_INVOKABLE QStringList getEditors();
|
||||
Q_INVOKABLE QStringList getImprint();
|
||||
|
||||
Q_INVOKABLE QStringList getCharacters();
|
||||
|
||||
@ -126,6 +128,11 @@ public:
|
||||
|
||||
Q_INVOKABLE QStringList getTags();
|
||||
|
||||
Q_INVOKABLE QString getTypeString();
|
||||
|
||||
Q_INVOKABLE QString getStoryArcInfoString();
|
||||
Q_INVOKABLE QString getAlternateSeriesString();
|
||||
|
||||
friend QDataStream &operator<<(QDataStream &stream, const ComicInfo &comicInfo);
|
||||
|
||||
friend QDataStream &operator>>(QDataStream &stream, ComicInfo &comicInfo);
|
||||
@ -252,6 +259,7 @@ public:
|
||||
Q_INVOKABLE qulonglong getFileSize() const;
|
||||
|
||||
Q_INVOKABLE QString getTitleIncludingNumber() const;
|
||||
Q_INVOKABLE QString getInfoTitle() const;
|
||||
|
||||
QString toTXT();
|
||||
|
||||
|
Reference in New Issue
Block a user