mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
Apply suggestions from code review
This commit is contained in:
parent
8d36d2db1f
commit
10aa65b727
@ -233,7 +233,7 @@ std::vector<MeshModel*> loadMLP(
|
||||
auto * const v = md.mm()->cm.Tr.V();
|
||||
auto const rows = tr.firstChild().nodeValue().split("\n", QString::SkipEmptyParts);
|
||||
auto i = 0u;
|
||||
for (auto const & row: rows) {
|
||||
{
|
||||
if (rows.size() > 0u) {
|
||||
auto const values = row.split(" ", QString::SkipEmptyParts);
|
||||
for (auto const & value: values) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user