Enhance FormatStatusText(), other minor cosmetics

This commit is contained in:
seatedscribe 2017-03-08 22:58:46 +01:00
parent 705b74b3ba
commit 984602b7a0
No known key found for this signature in database
GPG key ID: 274436320C4CD03B
2 changed files with 11 additions and 10 deletions

View file

@ -46,7 +46,7 @@ bool CsvParserModel::parse() {
QFile csv(m_filename);
r = CsvParser::parse(&csv);
}
for (int i = 0; i < columnCount(); i++)
for (int i = 0; i < columnCount(); ++i)
m_columnMap.insert(i,0);
addEmptyColumn();
endResetModel();