adding todo for splitting verses on empty line
This commit is contained in:
parent
39fc19dff2
commit
4181268843
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue