unregisterClient()

Unregister a client from receiving notifications of updates to a simulated PPS object.

Synopsis:

#include <qpps/simulator.h>
 
void unregisterClient( QObject *client );

Arguments:

client
The client to unregister.

Description:

Unregister a client. This client will no longer receive notifications of updates to the simulated PPS object that it registered when calling registerClient().