]> Git trees. - libqmvoc.git/commitdiff
Merge scripting work from soc-branch.
authorFrederik Gladhorn <gladhorn@kde.org>
Fri, 25 Jul 2008 21:26:30 +0000 (21:26 +0000)
committerFrederik Gladhorn <gladhorn@kde.org>
Fri, 25 Jul 2008 21:26:30 +0000 (21:26 +0000)
Now everything should be up to date, let's close this branch.
CCMAIL: avgoustinos.kadis@kdemail.net

svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=837852

1  2 
keduvocdocument/keduvocdocument.cpp

index ae8320126d215b1de64c9af67f05f86f38bcf678,53ac9072751750994e1610932aa4464b0cbe7217..01466c07dbec568416705966f215722a9f25e658
@@@ -679,15 -682,16 +680,14 @@@ void KEduVocDocument::setTenseName(int 
      }
  
      d->m_tenseDescriptions[index] = tense;
+     setModified(true);
  }
  
--
  QStringList KEduVocDocument::tenseDescriptions() const
  {
      return d->m_tenseDescriptions;
  }
  
--
  void KEduVocDocument::setTenseDescriptions( const QStringList &names )
  {
      d->m_tenseDescriptions = names;