From 825909a4c0ad8834cd63b6a7c0e62c229607832a Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Mon, 27 Aug 2007 14:34:04 +0000 Subject: [PATCH] apidox svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=705234 --- keduvocdocument/keduvocdocument.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/keduvocdocument/keduvocdocument.h b/keduvocdocument/keduvocdocument.h index 4a22728..2c4d759 100644 --- a/keduvocdocument/keduvocdocument.h +++ b/keduvocdocument/keduvocdocument.h @@ -350,7 +350,9 @@ public: void setUsageDescriptions(const QStringList &names); /** - * Gets the descriptions of the usages + * Gets the descriptions of the usages. + * Usages are context information in a dictionary you may find [biol.] + * [am.] and the like to hint at the context in which the word is usually used. */ QStringList usageDescriptions() const; @@ -606,6 +608,11 @@ public: Q_SIGNALS: void progressChanged (KEduVocDocument *, int curr_percent); + + /** + * Emitted when the document becomes modified or saved. + * @returns state (true=modified) + */ void docModified (bool mod); private: -- 2.47.3