fixed even more compile errors

This commit is contained in:
jkriege2 2023-12-19 16:22:06 +01:00
parent 2913a9af48
commit abad0b01c3

View File

@ -443,7 +443,7 @@ void JKQTPBaseKey::KeyLayoutDescription::redistributeIntoOneColumn()
columns[0].rows.append(columns[i].rows);
}
for (int i=columns.size()-1; i>=1; i--) {
columns.remove(i);
columns.removeAt(i);
}
}
}