mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-04 01:55:30 -05:00
parent
54afbe6a2f
commit
c3259b2610
4 changed files with 35 additions and 6 deletions
|
|
@ -94,6 +94,11 @@ void CsvParserModel::setSkippedRows(int skipped)
|
|||
emit layoutChanged();
|
||||
}
|
||||
|
||||
int CsvParserModel::skippedRows() const
|
||||
{
|
||||
return m_skipped;
|
||||
}
|
||||
|
||||
void CsvParserModel::setHeaderLabels(const QStringList& labels)
|
||||
{
|
||||
m_columnHeader = labels;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue