From: Frederik Gladhorn Date: Sat, 15 Dec 2007 19:43:31 +0000 (+0000) Subject: make it possible to drop vocabulary into lessons X-Git-Tag: v4.0.71~93^2~8 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=7d4ed3a060bdbbb85899a5b91f0ade11636f666e;p=libqmvoc.git make it possible to drop vocabulary into lessons svn path=/branches/work/kdeedu_parley/libkdeedu/; revision=748871 --- diff --git a/keduvocdocument/keduvoccontainer.cpp b/keduvocdocument/keduvoccontainer.cpp index 8e5d1c1..1cb4e7d 100644 --- a/keduvocdocument/keduvoccontainer.cpp +++ b/keduvocdocument/keduvoccontainer.cpp @@ -60,6 +60,8 @@ KEduVocContainer::KEduVocContainer( const KEduVocContainer &other ) { d->m_name = other.d->m_name; d->m_inPractice = other.d->m_inPractice; + d->m_type = other.d->m_type; + d->m_parentContainer = other.d->m_parentContainer; } KEduVocContainer::~KEduVocContainer()