diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-11-04 06:04:39 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-11-04 06:04:39 (GMT) |
commit | ff7820e9b3eeb3bdadc120b5c50bb8fbc36949c8 (patch) | |
tree | 147f09db8ce3df2bcdd392ffe703c474c19e5077 /doc/src/snippets/declarative/qtbinding/signals-qml/signals-qml.pro | |
parent | ab672d88f906b0d6f2d45f9ebbfbf12fdcfba51e (diff) | |
parent | eedb9980c89e77e21e1336195930a148b6a2e712 (diff) | |
download | Qt-ff7820e9b3eeb3bdadc120b5c50bb8fbc36949c8.zip Qt-ff7820e9b3eeb3bdadc120b5c50bb8fbc36949c8.tar.gz Qt-ff7820e9b3eeb3bdadc120b5c50bb8fbc36949c8.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml:
Fix errors in example code. Also reverts the example code to the old
Largely rewrite the Using QML in C++ Applications documentation. It
Document list type operations
Fix regression in 648eb76c and update visual tests.
Don't emit xChanged()/yChanged() twice.
Add testcase for QTBUG-13719.
highlightranges.qml example and visual test contained binding loop.
Combining ListView.StrictlyEnforceRange and resizing currentItem stalls.
Regression: QDeclarativeText does not update when text turns empty
Qml Debugging: Only enable if explicitly requested
Regression: Text element breaks when using \n for separating lines
Removing a binding while it is being applied caused a crash.
Diffstat (limited to 'doc/src/snippets/declarative/qtbinding/signals-qml/signals-qml.pro')
-rw-r--r-- | doc/src/snippets/declarative/qtbinding/signals-qml/signals-qml.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/snippets/declarative/qtbinding/signals-qml/signals-qml.pro b/doc/src/snippets/declarative/qtbinding/signals-qml/signals-qml.pro new file mode 100644 index 0000000..01066c1 --- /dev/null +++ b/doc/src/snippets/declarative/qtbinding/signals-qml/signals-qml.pro @@ -0,0 +1,3 @@ +QT += declarative +SOURCES += main.cpp +HEADERS += myclass.h |