Fix scope

GitKraken has some serious issues when resolving conflicts
This commit is contained in:
Luis Ángel San Martín 2019-09-24 09:17:39 +02:00
parent be547081f2
commit 7ed19ddd78

View File

@ -560,6 +560,7 @@ QList<QVector<quint32>> FileComic::getSections(int &sectionIndex)
} 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;