Akonadi
changerecorder.cpp
void replayNext()
Replay the next change notification and erase the previous one from the record.
Definition changerecorder.cpp:43
void setChangeRecordingEnabled(bool enable)
Enables change recording.
Definition changerecorder.cpp:96
void changeProcessed()
Removes the previously emitted change from the records.
Definition changerecorder.cpp:80
ChangeRecorder(QObject *parent=nullptr)
Creates a new change recorder.
Definition changerecorder.cpp:14
void nothingToReplay()
Emitted when replayNext() was called, but there was no valid change to replay.
void setConfig(QSettings *settings)
Sets the QSettings object used for persistent recorded changes.
Definition changerecorder.cpp:28
QString dumpNotificationListToString() const
Debugging: dump current list of notifications, as saved on disk.
Definition changerecorder.cpp:111
Helper integration between Akonadi and Qt.
Q_EMITQ_EMIT
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.