fix zs address error

This commit is contained in:
DenioD
2019-10-27 20:24:28 +01:00
9 changed files with 18 additions and 37 deletions

View File

@@ -150,7 +150,7 @@ bool TxTableModel::exportToCsv(QString fileName) const {
}
}
if (role == Qt::DecorationRole && index.column() == 0) {
if (role == Qt::DecorationRole && index.column() == 0) {
bool hasMemo = false;
for (int i=0; i < dat.items.length(); i++) {
if (!dat.items[i].memo.isEmpty()) {