From fc09b4c53d2613f935b7005714f6f612183f8233 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 11 Oct 2007 20:50:29 +0000 Subject: [PATCH] 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 --- keduvocdocument/keduvocconjugation.cpp | 1 - 1 file changed, 1 deletion(-) 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; - ; } -- 2.47.3