mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-05 18:45:55 -05:00
Enhance FormatStatusText(), other minor cosmetics
This commit is contained in:
parent
705b74b3ba
commit
984602b7a0
2 changed files with 11 additions and 10 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue