Switch to side-by-side view
--- a/HelperStructs/MetaData.h +++ b/HelperStructs/MetaData.h @@ -93,7 +93,7 @@ didl = ""; } - void print() { + void print() const { qDebug() << title << " by " << artist
--- a/HelperStructs/MetaData.h +++ b/HelperStructs/MetaData.h @@ -93,7 +93,7 @@ didl = ""; } - void print() { + void print() const { qDebug() << title << " by " << artist