Skip to content

Commit

Permalink
App crash on sync oris entries fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanda Vacek committed Jul 12, 2023
1 parent ace1b33 commit fba99e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ void OrisImporter::syncEventEntries(int event_id, std::function<void ()> success
auto td = QVariantList() << QStringLiteral("td") << field_string(doc, fldn);
tr.insert(tr.length(), td);
}
deleted_entries_rows.insert(new_entries_rows.length(), tr);
deleted_entries_rows.insert(deleted_entries_rows.length(), tr);
}
}
QVariantList html_body = QVariantList() << QStringLiteral("body");
Expand Down

0 comments on commit fba99e0

Please sign in to comment.