summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecomponent.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-08-27 05:55:57 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-08-27 05:55:57 (GMT)
commita4d3ffe03359e415f4a4a5740eb19bbb9dfddc0b (patch)
tree5cf6ee2de4345e849932c2feb278e922195c64ad /src/declarative/qml/qdeclarativecomponent.h
parente68270fab9b718f8dbef0b6f17573355ae704643 (diff)
downloadQt-a4d3ffe03359e415f4a4a5740eb19bbb9dfddc0b.zip
Qt-a4d3ffe03359e415f4a4a5740eb19bbb9dfddc0b.tar.gz
Qt-a4d3ffe03359e415f4a4a5740eb19bbb9dfddc0b.tar.bz2
Simplify type management code
Diffstat (limited to 'src/declarative/qml/qdeclarativecomponent.h')
-rw-r--r--src/declarative/qml/qdeclarativecomponent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativecomponent.h b/src/declarative/qml/qdeclarativecomponent.h
index 1d1fca7..fd9cb2b 100644
--- a/src/declarative/qml/qdeclarativecomponent.h
+++ b/src/declarative/qml/qdeclarativecomponent.h
@@ -117,6 +117,7 @@ private:
Q_DISABLE_COPY(QDeclarativeComponent)
friend class QDeclarativeVME;
friend class QDeclarativeCompositeTypeData;
+ friend class QDeclarativeTypeData;
};
QT_END_NAMESPACE