The QContactObserver class is a simple class that emits a signal when a single particular contact is updated or deleted. More...
#include <QContactObserver>
Inherits QObject.
void | emitContactChanged () |
void | emitContactRemoved () |
void | contactChanged () |
void | contactRemoved () |
The QContactObserver class is a simple class that emits a signal when a single particular contact is updated or deleted.
This class is created by calling QContactManager::observeContact(QContactLocalId).
See also QContactManager::observeContact.
This function causes the contactChanged() signal to be emitted.
This function causes the contactRemoved() signal to be emitted.