akonadi
changerecorder.cpp
69 //If no signal was emitted (e.g. because noone was connected to it), noone is going to call changeProcessed, so we help ourselves
void nothingToReplay()
Emitted when replayNext() was called, but there was no valid change to replay.
QString dumpNotificationListToString() const
Debugging: dump current list of notifications, as saved on disk.
Definition: changerecorder.cpp:128
void setChangeRecordingEnabled(bool enable)
Enables change recording.
Definition: changerecorder.cpp:113
void setConfig(QSettings *settings)
Sets the QSettings object used for persistent recorded changes.
Definition: changerecorder.cpp:42
void replayNext()
Replay the next change notification and erase the previous one from the record.
Definition: changerecorder.cpp:57
void changeProcessed()
Removes the previously emitted change from the records.
Definition: changerecorder.cpp:97
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Fri Oct 28 2016 13:54:17 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2016 The KDE developers.
Generated on Fri Oct 28 2016 13:54:17 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.