equal
deleted
inserted
replaced
50 } |
50 } |
51 |
51 |
52 QVersitDocumentPrivate::QVersitDocumentPrivate(const QVersitDocumentPrivate& other) |
52 QVersitDocumentPrivate::QVersitDocumentPrivate(const QVersitDocumentPrivate& other) |
53 : QSharedData(other), |
53 : QSharedData(other), |
54 mVersitType(other.mVersitType), |
54 mVersitType(other.mVersitType), |
55 mProperties(other.mProperties) |
55 mComponentType(other.mComponentType), |
|
56 mProperties(other.mProperties), |
|
57 mSubDocuments(other.mSubDocuments) |
56 { |
58 { |
57 } |
59 } |