From ae586184e53144c95b497df1464ed951cf7c7d1b Mon Sep 17 00:00:00 2001 From: Arnold Kraschinski Date: Wed, 25 Feb 2009 07:19:33 +0000 Subject: [PATCH] added keduvocwordflags.h to the CMakeLists.txt file so that it is installed properly svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=931297 --- keduvocdocument/CMakeLists.txt | 2 +- keduvocdocument/keduvoctranslation.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 */ -- 2.47.3