]> Git trees. - libqmvoc.git/commitdiff
Cleanup conjugations.
authorFrederik Gladhorn <gladhorn@kde.org>
Thu, 11 Oct 2007 20:50:29 +0000 (20:50 +0000)
committerFrederik Gladhorn <gladhorn@kde.org>
Thu, 11 Oct 2007 20:50:29 +0000 (20:50 +0000)
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

index 498e253a66f717c526dc930f1970680bee99a3ca..bc1996f99d89a826b4778f16cbb617c44be576b1 100644 (file)
@@ -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;
-    ;
 }