src/versit/qversitdocument_p.cpp
changeset 5 603d3f8b6302
parent 0 876b1a06bc25
equal deleted inserted replaced
3:e4ebb16b39ea 5:603d3f8b6302
    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 }