support rating tag from EXIF/XMP

This commit is contained in:
lewiatan
2018-02-16 22:02:00 +01:00
committed by Eric Jiang
parent 351f8f4e12
commit 105517c561
8 changed files with 36 additions and 4 deletions

View File

@@ -164,7 +164,10 @@ public:
return cfs.md5;
}
int getRank () const;
int getRank () const
{
return cfs.rating;
}
void setRank (int rank);
int getColorLabel () const;