src/declarative/qml/qdeclarativecomponent.h
changeset 37 758a864f9613
parent 30 5dc02b23752f
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   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)