mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-21 16:57:15 +02:00
fix warning about unused jsonLength
This commit is contained in:
parent
0d830e56e9
commit
b35cffb347
@ -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…
x
Reference in New Issue
Block a user