attributeRemoved()

Emitted when an attribute has been removed.

Synopsis:

#include <qpps/simulator.h>

void attributeRemoved( const QString &objectPath, 
                       const QString &key );

Arguments:

objectPath
The path of the affected PPS object.
key
The name of the attribute that was removed.

Description:

Emitted when an attribute has been removed.