summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-09-21 23:17:05 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-09-21 23:17:05 (GMT)
commit758f9b94794e77326d74c65307cd753e852543f9 (patch)
tree82437d7e8f71ec75d948bfa56b883c2e2ef64845
parent6e2a9ed7f5388ece10ffb08a52c3e22d3b058d48 (diff)
parent085bd7cf2d76f9acd548120f859201b014970a72 (diff)
downloadQt-758f9b94794e77326d74c65307cd753e852543f9.zip
Qt-758f9b94794e77326d74c65307cd753e852543f9.tar.gz
Qt-758f9b94794e77326d74c65307cd753e852543f9.tar.bz2
Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-water-team
* 'master' of git://scm.dev.nokia.troll.no/qt/qt-water-team: Update changelog for Qt 4.8
-rw-r--r--dist/changes-4.8.01
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index fe7691b..84e58f9 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -56,6 +56,7 @@ that the changes lead to a leaner API and the change applies to all platforms.
- QtConcurrent: added support for c++0x lambda in few functions
- QObject: Improved performence of the signal activation
- QObject: added ways to connect signals using QMetaMethod
+ - QObject: added senderSignalIndex method to discover the signal that invoked a slot
- QObject: deprecated qFindChild and qFindChildren
- QObject: optimize constructions and destruction of objects
- QObject: Qt::BlockingQueuedConnection can handle the return value [QTBUG-10440]