From: Arnold Kraschinski Date: Wed, 25 Feb 2009 07:19:33 +0000 (+0000) Subject: added keduvocwordflags.h to the CMakeLists.txt file so that it is installed properly X-Git-Tag: v4.2.85~6 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=ae586184e53144c95b497df1464ed951cf7c7d1b;p=libqmvoc.git added keduvocwordflags.h to the CMakeLists.txt file so that it is installed properly svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=931297 --- diff --git a/keduvocdocument/CMakeLists.txt b/keduvocdocument/CMakeLists.txt index 05a3aa1..bcaf2df 100644 --- a/keduvocdocument/CMakeLists.txt +++ b/keduvocdocument/CMakeLists.txt @@ -51,7 +51,7 @@ install(FILES keduvoclesson.h keduvocleitnerbox.h keduvoccontainer.h - keduvocwordtype.h + keduvocwordflags.h keduvocmultiplechoice.h keduvoctranslation.h keduvocwordtype.h diff --git a/keduvocdocument/keduvoctranslation.h b/keduvocdocument/keduvoctranslation.h index 7a55998..0d43188 100644 --- a/keduvocdocument/keduvoctranslation.h +++ b/keduvocdocument/keduvoctranslation.h @@ -126,7 +126,8 @@ public: */ QString irregularPlural() const; - /** returns the word type of this expression + /** returns the word type of this expression, you will get a 0 pointer + * if wordtype isn't set for the translation * * @return type or "" if no type available */