Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Non-stored Properties are included by QObjectHelper::qobject2qvariant #111

@PaulKWintz

Description

@PaulKWintz

The QJson documentation says, "properties marked as 'non-stored' will be ignored" by QObjectHelper. But, for an object myObject with a property defined as Q_PROPERTY(QString myProperty READ myProperty WRITE setMyProperty NOTIFY myPropertyChanged STORED false), then myProperty is included in the JSON generated by this command QJson::QObjectHelper::qobject2qvariant(myObject)

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