equal
deleted
inserted
replaced
115 QDeclarativeComponent(QDeclarativeEngine *, QDeclarativeCompiledData *, int, int, QObject *parent); |
115 QDeclarativeComponent(QDeclarativeEngine *, QDeclarativeCompiledData *, int, int, QObject *parent); |
116 |
116 |
117 Q_DISABLE_COPY(QDeclarativeComponent) |
117 Q_DISABLE_COPY(QDeclarativeComponent) |
118 friend class QDeclarativeVME; |
118 friend class QDeclarativeVME; |
119 friend class QDeclarativeCompositeTypeData; |
119 friend class QDeclarativeCompositeTypeData; |
|
120 friend class QDeclarativeTypeData; |
120 }; |
121 }; |
121 |
122 |
122 QT_END_NAMESPACE |
123 QT_END_NAMESPACE |
123 |
124 |
124 Q_DECLARE_METATYPE(QDeclarativeComponent::Status) |
125 Q_DECLARE_METATYPE(QDeclarativeComponent::Status) |