benlau / qsyncable

A solution of nested Json List Model
Apache License 2.0
118 stars 40 forks source link

Rename JsonListModel #5

Open oKcerG opened 5 years ago

oKcerG commented 5 years ago

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 ?