diff --git a/src/font.cpp b/src/font.cpp index 69d82b3..0e3d725 100644 --- a/src/font.cpp +++ b/src/font.cpp @@ -125,6 +125,7 @@ QFont Font::fromJsonArray(const QJsonArray &json) font.setWeight(weight); font.setStretch(stretch); font.setStyle(style); + return font; } }