]> Git trees. - libqmvoc.git/commitdiff
do something with the falsefriends
authorJeremy Paul Whiting <jpwhiting@kde.org>
Sat, 11 Aug 2007 20:22:16 +0000 (20:22 +0000)
committerJeremy Paul Whiting <jpwhiting@kde.org>
Sat, 11 Aug 2007 20:22:16 +0000 (20:22 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=699017

keduvocdocument/keduvoctranslation.cpp

index 42cf4097dd257f7d909639cf005f5afb288b1aa1..cb35500307d4e7da2e64d4b0490e04e48f4715a8 100644 (file)
@@ -157,14 +157,13 @@ void KEduVocTranslation::setComment ( const QString & expr )
 
 void KEduVocTranslation::setFalseFriend ( int indexFrom, const QString & expr )
 {
-//    m_falseFriends[indexFrom] = expr.simplified();
+    d->m_falseFriends[indexFrom] = expr.simplified();
 }
 
 
 QString KEduVocTranslation::falseFriend ( int indexFrom ) const
 {
-//    return m_falseFriends.value(indexFrom);
-return QString();
+    return d->m_falseFriends.value(indexFrom);
 }