GimelStudio / GimelStudio

Non-destructive, node based 2D image editor with an API for custom nodes

Home Page:https://gimelstudio.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace QVariant with custom Variant type

iwoithe opened this issue · comments

Use a custom variant type instead of QVariant. Also switch all usages of QVariantMap to VariantMap (i.e. std::map<std::string, Variant>).

The implementation will be based upon here.

Completed in 3d12eea