Skip to content

Commit aa31e80

Browse files
committed
Fix bugs in jsonutils_p.h
1 parent f66d3f4 commit aa31e80

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libs/application/dspxmodel/src/jsonutils_p.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ namespace dspx {
6262
for (auto it = v.begin(); it != v.end(); ++it) {
6363
ret[it.key().c_str()] = toQJsonValue(it.value());
6464
}
65+
return ret;
6566
}
6667

6768
return {};

0 commit comments

Comments
 (0)