From: Frederik Gladhorn Date: Fri, 25 Jul 2008 21:26:30 +0000 (+0000) Subject: Merge scripting work from soc-branch. X-Git-Tag: v4.1.80~39 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=20bace75a54ce0fe304856c09efea1daf2e055cd;p=libqmvoc.git Merge scripting work from soc-branch. 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 --- 20bace75a54ce0fe304856c09efea1daf2e055cd diff --cc keduvocdocument/keduvocdocument.cpp index ae83201,53ac907..01466c0 --- a/keduvocdocument/keduvocdocument.cpp +++ b/keduvocdocument/keduvocdocument.cpp @@@ -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;