start implementing model for koto artist
This commit is contained in:
parent
e3a00ab8ac
commit
ddfd17c67c
12 changed files with 267 additions and 34 deletions
|
@ -82,6 +82,10 @@ std::optional<int> KotoAlbum::getYear() {
|
|||
return this->year;
|
||||
}
|
||||
|
||||
int KotoAlbum::getYearQml() {
|
||||
return this->year.value_or(0);
|
||||
}
|
||||
|
||||
void KotoAlbum::removeTrack(KotoTrack* track) {
|
||||
this->tracks.removeOne(track);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue