code format

This commit is contained in:
王劲鹏
2019-12-13 17:48:37 +08:00
parent 3fdedb6240
commit 4610e71f42
8 changed files with 23 additions and 23 deletions

View File

@@ -9,7 +9,7 @@
class Utility {
public:
static QJSValue convert(QJSEngine* jsEngine, QJsonValue jsonValue) {
static QJSValue convert(QJSEngine *jsEngine, QJsonValue jsonValue) {
if (jsonValue.isBool()) {
return QJSValue(jsonValue.toBool());
} else if (jsonValue.isString()) {