removeAttribute()

Remove an attribute from the underlying PPS object.

Synopsis:

#include <qpps/object.h>
 
bool removeAttribute( const QString &name );

Arguments:

name
The attribute being removed.

Description:

Remove an attribute from the underlying PPS object.

Returns:

Returns true if the PPS object was updated successfully, false if an error occurred (call errorString() to get more information).