adding todo for splitting verses on empty line

This commit is contained in:
Chris Cochrun 2022-04-26 13:10:55 -05:00
parent 39fc19dff2
commit 4181268843

View file

@ -177,6 +177,8 @@ QStringList SongSqlModel::getLyricList(const int &row) {
QString line;
QMap<QString, QString> verses;
//TODO make sure to split empty line in verse into two slides
// This first function pulls out each verse into our verses map
foreach (line, rawLyrics) {
qDebug() << line;