From: Frederik Gladhorn Date: Mon, 27 Aug 2007 14:34:04 +0000 (+0000) Subject: apidox X-Git-Tag: v3.93.0~41 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=825909a4c0ad8834cd63b6a7c0e62c229607832a;p=libqmvoc.git apidox svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=705234 --- 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: