We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66d3f4 commit aa31e80Copy full SHA for aa31e80
1 file changed
src/libs/application/dspxmodel/src/jsonutils_p.h
@@ -62,6 +62,7 @@ namespace dspx {
62
for (auto it = v.begin(); it != v.end(); ++it) {
63
ret[it.key().c_str()] = toQJsonValue(it.value());
64
}
65
+ return ret;
66
67
68
return {};
0 commit comments