clientRemoveAttribute()

Remove an attribute from the simulated PPS object.

Synopsis:

#include <qpps/simulator.h>

bool clientRemoveAttribute( QObject *client, 
                            const QString &name );

Arguments:

client
The client representing the PPS object being updated.
name
The name of the attribute being removed.

Description:

Remove the name attribute from the PPS object represented by client.

Returns:

Returns true if the attribute was removed successfully, false otherwise.