mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 02:20:00 +03:00
fix warning about unused jsonLength
This commit is contained in:
parent
0d830e56e9
commit
b35cffb347
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ public:
|
|||
);
|
||||
}
|
||||
|
||||
int jsonLength = readVarInt(resp);
|
||||
Q_UNUSED(readVarInt(resp)); // json length
|
||||
std::string json = resp.toStdString();
|
||||
|
||||
QJsonDocument doc = QJsonDocument::fromJson(QByteArray::fromStdString(json));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue