You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I'd like to suggest renaming JsonListModel to something else, or at least add a new name alias.
The reasoning behind this is that it has little to do with JSON, since you don't pass it a JSON string as a source, but a js array of objects (or a QVariantList from c++).
I don't have a lot of name ideas, maybe SyncableModel ?
The text was updated successfully, but these errors were encountered:
Hello, great lib as always ;)
But I'd like to suggest renaming
JsonListModel
to something else, or at least add a new name alias.The reasoning behind this is that it has little to do with JSON, since you don't pass it a JSON string as a source, but a js array of objects (or a QVariantList from c++).
I don't have a lot of name ideas, maybe
SyncableModel
?The text was updated successfully, but these errors were encountered: