Test JsonObject::prettyPrintTo()

This commit is contained in:
Benoit Blanchon
2014-10-07 11:58:59 +02:00
parent 7a40711af3
commit e28119f03b
7 changed files with 126 additions and 6 deletions

View File

@ -57,7 +57,6 @@ protected:
bool checkNodeType(JsonNodeType expectedType);
private:
JsonNode* _node;
};