mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 16:34:56 -04:00
Fix scope
GitKraken has some serious issues when resolving conflicts
This commit is contained in:
@ -560,6 +560,7 @@ QList<QVector<quint32>> FileComic::getSections(int §ionIndex)
|
|||||||
} else {
|
} else {
|
||||||
sections.append(section);
|
sections.append(section);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//out << "se han encontrado : " << sections.count() << " sectionIndex : " << sectionIndex << endl;
|
//out << "se han encontrado : " << sections.count() << " sectionIndex : " << sectionIndex << endl;
|
||||||
return sections;
|
return sections;
|
||||||
|
Reference in New Issue
Block a user