From: Frederik Gladhorn Date: Thu, 11 Oct 2007 20:50:29 +0000 (+0000) Subject: Cleanup conjugations. X-Git-Tag: v3.95.0~9 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=fc09b4c53d2613f935b7005714f6f612183f8233;p=libqmvoc.git Cleanup conjugations. Verify for conjugations is much improved and basically works. Problems: - you have to get all conjugations in all selected tenses right at the same time to have it count as correct. - statistics are not considered when selecting the verbs (need grades for conjugations I guess) - line edits that stay empty are now hidden, their labels not svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=724256 --- diff --git a/keduvocdocument/keduvocconjugation.cpp b/keduvocdocument/keduvocconjugation.cpp index 498e253..bc1996f 100644 --- a/keduvocdocument/keduvocconjugation.cpp +++ b/keduvocdocument/keduvocconjugation.cpp @@ -81,7 +81,6 @@ bool KEduVocConjugation::operator ==(const KEduVocConjugation& other) const d->m_thirdCommonSingular == other.d->m_thirdCommonSingular && d->m_thirdCommonDual == other.d->m_thirdCommonDual && d->m_thirdCommonPlural == other.d->m_thirdCommonPlural; - ; }