[skip ci] fix indent spelling

This commit is contained in:
Syping 2020-08-25 15:47:08 +02:00
parent 23245a3324
commit a882738735
2 changed files with 14 additions and 14 deletions

View file

@ -88,7 +88,7 @@ public:
private:
void setRoot(const QJsonRoot &root);
QString toJson(const QJsonValue &v, JsonFormat format, int intend = 1) const;
QString toJson(const QJsonValue &v, JsonFormat format, int indent = 1) const;
QString escapeString(const QString &s) const;
private: