#include <distributionlist.h>
Signals | |
| void | changed () |
Static Public Methods | |
| DistributionListWatcher * | self () |
This class provides a changed() signal that i emitted when the distribution lists has changed in some way.
Exapmle:
KABC::DistributionListWatcher *watchdog = KABC::DistributionListWatcher::self() connect( watchdog, SIGNAL( changed() ), SLOT( doSomething() ) );
Definition at line 188 of file distributionlist.h.
|
|
This signal is emmitted whenever the distribution lists has changed (if a list was added or removed, when a list was renamed or the entries of the list changed). |
|
|
Returns the watcher object. |
1.2.18