All attribute assignments and removals either being made or that have been made to the PPS object.
#include <qpps/changeset.h>
namespace QPps
{
struct Changeset {
QMap< QString, Variant > assignments;
QSet< QString > removals;
};
}
All attribute assignments and removals either being made or that have been made to the PPS object.