Skip to content

Support containers other than QVector #6

@dpurgin

Description

@dpurgin

Currently, the following domain class fails:

class Foo : public QObject
{
    Q_OBJECT
    Q_PROPERTY(int id READ id WRITE setId NOTIFY idChanged)
    Q_PROPERTY(QSet<Component *> components READ components WRITE setComponents NOTIFY
                   componentsChanged)
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions