mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 00:03:16 +02:00
Remove warning
This commit is contained in:
parent
8cc427a374
commit
e700ff91d0
1 changed files with 0 additions and 1 deletions
|
@ -148,7 +148,6 @@ QString transactionString(const QJsonObject& valueObject) {
|
|||
int sentCerts = valueObject["sent_certs"].toInt();
|
||||
int receivedCerts = valueObject["received_certs"].toInt();
|
||||
int sent = valueObject["sent_money"].toInt();
|
||||
int received = valueObject["received_money"].toInt();
|
||||
int dateInteger = valueObject["created_at"].toInt();
|
||||
QString message = valueObject["message"].toString();
|
||||
QDateTime createdAt(QDateTime::fromSecsSinceEpoch(dateInteger, Qt::UTC));
|
||||
|
|
Loading…
Reference in a new issue