mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
warning
This commit is contained in:
parent
de2ce1cd5f
commit
f8341ce1da
1 changed files with 0 additions and 1 deletions
|
@ -135,7 +135,6 @@ void Ledger::historySuccess(QNetworkReply& reply) {
|
|||
QJsonArray newHistoryArray;
|
||||
|
||||
// TODO: do this with 0 copies if possible
|
||||
auto it = historyArray.begin();
|
||||
for(auto it = historyArray.begin(); it != historyArray.end(); it++) {
|
||||
auto valueObject = (*it).toObject();
|
||||
QString from = nameFromKey(valueObject["sender_key"].toString(), keys);
|
||||
|
|
Loading…
Reference in a new issue