summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeinfo.cpp
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-05-07 03:40:24 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-05-07 03:40:24 (GMT)
commitbc657dc60e8fe91543f0a75fb31418e3e553a256 (patch)
tree2df82453d9b3b352a6e8bce9f140f0781c8bc628 /src/declarative/qml/qdeclarativeinfo.cpp
parent4600f2053802ad41550a84573bdcbe4b50fb5a67 (diff)
parentabd2c025d088064c31fd1b0e9c5ea29996e51bbe (diff)
downloadQt-bc657dc60e8fe91543f0a75fb31418e3e553a256.zip
Qt-bc657dc60e8fe91543f0a75fb31418e3e553a256.tar.gz
Qt-bc657dc60e8fe91543f0a75fb31418e3e553a256.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Conflicts: examples/declarative/dynamic/qml/PerspectiveItem.qml
Diffstat (limited to 'src/declarative/qml/qdeclarativeinfo.cpp')
-rw-r--r--src/declarative/qml/qdeclarativeinfo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativeinfo.cpp b/src/declarative/qml/qdeclarativeinfo.cpp
index ffed14e..c980a2a 100644
--- a/src/declarative/qml/qdeclarativeinfo.cpp
+++ b/src/declarative/qml/qdeclarativeinfo.cpp
@@ -78,8 +78,9 @@ QT_BEGIN_NAMESPACE
\endcode
*/
-struct QDeclarativeInfoPrivate
+class QDeclarativeInfoPrivate
{
+public:
QDeclarativeInfoPrivate() : ref (1), object(0) {}
int ref;