Namespace KSettings.Dispatcher


Module kutils
Namespace KSettings.Dispatcher

Dispatch change notifications from the KCMs to the program.

Since your program does not have direct control over the KCMs that get loaded into KSettings.Dialog you need a way to get notified. This is what you do:

Dispatcher.registerComponent(componentData(), this, SLOT(loadSettings()));

Author Matthias Kretz



methods