I was curious if there was an equivalent to what (I believe) the Q_PRIVATE_SLOT macro does for the Q_PROPERTY macro - that is to say, I would like to be able to define a property on a class that is not visible to children of that class. Does that currently exist?