summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qml.pri
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-02-23 04:24:20 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-02-23 06:19:10 (GMT)
commitcd8d8d49f78c1cbb8ad3546e66a461b9e6e29ff5 (patch)
tree1fbbbfec0a5ea7a1ce0c00684f83c34e8278e18e /src/declarative/qml/qml.pri
parent113e350e36c0ff31824bc238160094814dc3fb4f (diff)
downloadQt-cd8d8d49f78c1cbb8ad3546e66a461b9e6e29ff5.zip
Qt-cd8d8d49f78c1cbb8ad3546e66a461b9e6e29ff5.tar.gz
Qt-cd8d8d49f78c1cbb8ad3546e66a461b9e6e29ff5.tar.bz2
Make QmlBinding (and friends) private
QmlBinding exposes way too many implementation details to be confident about making it public right now.
Diffstat (limited to 'src/declarative/qml/qml.pri')
-rw-r--r--src/declarative/qml/qml.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qml.pri b/src/declarative/qml/qml.pri
index 2313c37..f09a944 100644
--- a/src/declarative/qml/qml.pri
+++ b/src/declarative/qml/qml.pri
@@ -60,8 +60,8 @@ HEADERS += \
$$PWD/qmlinstruction_p.h \
$$PWD/qmlvmemetaobject_p.h \
$$PWD/qml.h \
- $$PWD/qmlbinding.h \
$$PWD/qmlbinding_p.h \
+ $$PWD/qmlbinding_p_p.h \
$$PWD/qmlmetaproperty.h \
$$PWD/qmlmoduleplugin.h \
$$PWD/qmlcomponent.h \