Added support for knowing if a comic is in favorites or not.

This commit is contained in:
Luis Ángel San Martín
2016-04-17 11:20:14 +02:00
parent 11456f8a1d
commit bcc51241b3
6 changed files with 38 additions and 0 deletions

View File

@ -98,6 +98,8 @@ Rectangle {
Layout.topMargin: 1
Layout.rightMargin: 17
Layout.alignment: Qt.AlignTop
active: is_favorite
}
InfoRating {
@ -137,6 +139,8 @@ Rectangle {
Layout.topMargin: 1
Layout.rightMargin: 17
Layout.alignment: Qt.AlignTop
active: is_favorite
}
InfoRating {