diff options
Diffstat (limited to 'src/revisioncontrolplugin.h')
| -rw-r--r-- | src/revisioncontrolplugin.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/revisioncontrolplugin.h b/src/revisioncontrolplugin.h index 939fa6f57..b72968504 100644 --- a/src/revisioncontrolplugin.h +++ b/src/revisioncontrolplugin.h @@ -129,14 +129,15 @@ public: signals: /** - * Should be emitted when the revision state of files has been changed - * after the last retrieval. The file manager will be triggered to + * Should be emitted when the revision state of files might have been changed + * after the last retrieval (e. g. by executing a context menu action + * of the revision control plugin). The file manager will be triggered to * update the revision states of the directory \p directory by invoking * RevisionControlPlugin::beginRetrieval(), * RevisionControlPlugin::revisionState() and * RevisionControlPlugin::endRetrieval(). */ - void revisionStatesChanged(const QString& directory); + void revisionStatesChanged(); /** * Is emitted if an information message with the content \a msg |
